Skip to content

Commit b7b53f4

Browse files
author
nas
committed
👍 Replace golang.org/x/text => github.com/liquid-dev/text
1 parent bfcd0bb commit b7b53f4

102 files changed

Lines changed: 141 additions & 141 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ moment this is supported for Go compilers from version 1.7.
2323

2424
## Download/Install
2525

26-
The easiest way to install is to run `go get -u golang.org/x/text`. You can
27-
also manually git clone the repository to `$GOPATH/src/golang.org/x/text`.
26+
The easiest way to install is to run `go get -u github.com/liquid-dev/text`. You can
27+
also manually git clone the repository to `$GOPATH/src/github.com/liquid-dev/text`.
2828

2929
## Contribute
3030
To submit changes to this repository, see http://golang.org/doc/contribute.html.
3131

3232
To generate the tables in this repository (except for the encoding tables),
3333
run go generate from this directory. By default tables are generated for the
3434
Unicode version in core and the CLDR version defined in
35-
golang.org/x/text/unicode/cldr.
35+
github.com/liquid-dev/text/unicode/cldr.
3636

3737
Running go generate will as a side effect create a DATA subdirectory in this
3838
directory, which holds all files that are used as a source for generating the
@@ -55,7 +55,7 @@ TODO:
5555
To generate the tables in this repository (except for the encoding
5656
tables), run `go generate` from this directory. By default tables are
5757
generated for the Unicode version in core and the CLDR version defined in
58-
golang.org/x/text/unicode/cldr.
58+
github.com/liquid-dev/text/unicode/cldr.
5959

6060
Running go generate will as a side effect create a DATA subdirectory in this
6161
directory which holds all files that are used as a source for generating the

cases/cases.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func Title(t language.Tag, opts ...Option) Caser {
8888
//
8989
// Case folding does not normalize the input and may not preserve a normal form.
9090
// Use the collate or search package for more convenient and linguistically
91-
// sound comparisons. Use golang.org/x/text/secure/precis for string comparisons
91+
// sound comparisons. Use github.com/liquid-dev/text/secure/precis for string comparisons
9292
// where security aspects are a concern.
9393
func Fold(opts ...Option) Caser {
9494
return Caser{makeFold(getOpts(opts...))}

cases/tables10.0.0.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cases/tables10.0.0_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cases/tables11.0.0.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cases/tables11.0.0_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cases/tables12.0.0.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cases/tables12.0.0_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cases/tables9.0.0.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cases/tables9.0.0_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)