Skip to content

Commit 8a0e65e

Browse files
ianlancetaylorgopherbot
authored andcommitted
README: don't recommend go get
These days people will just import the packages and the go tool will do the right thing. We don't need to explain it. Add a pointer to the git repo, though. For golang/go#62645 Change-Id: I0a1721eb456645c1422580497e3dcc9906a41223 Reviewed-on: https://go-review.googlesource.com/c/text/+/624296 Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Commit-Queue: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
1 parent fefda1a commit 8a0e65e

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

+10-12
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[![Go Reference](https://pkg.go.dev/badge/golang.org/x/text.svg)](https://pkg.go.dev/golang.org/x/text)
44

5-
This repository holds supplementary Go libraries for text processing, many involving Unicode.
5+
This repository holds supplementary Go packages for text processing,
6+
many involving Unicode.
67

78
## CLDR Versioning
89

@@ -11,13 +12,11 @@ by your Go compiler. The `x/text` repository supports multiple versions of
1112
Unicode and will match the version of Unicode to that of the Go compiler. At the
1213
moment this is supported for Go compilers from version 1.7.
1314

14-
## Download/Install
15+
## Contribute
1516

16-
The easiest way to install is to run `go get -u golang.org/x/text`. You can
17-
also manually git clone the repository to `$GOPATH/src/golang.org/x/text`.
17+
To submit changes to this repository, see http://go.dev/doc/contribute.
1818

19-
## Contribute
20-
To submit changes to this repository, see http://golang.org/doc/contribute.html.
19+
The git repository is https://go.googlesource.com/text.
2120

2221
To generate the tables in this repository (except for the encoding tables),
2322
run go generate from this directory. By default tables are generated for the
@@ -29,6 +28,7 @@ directory, which holds all files that are used as a source for generating the
2928
tables. This directory will also serve as a cache.
3029

3130
## Testing
31+
3232
Run
3333

3434
go test ./...
@@ -52,6 +52,7 @@ directory which holds all files that are used as a source for generating the
5252
tables. This directory will also serve as a cache.
5353

5454
## Versions
55+
5556
To update a Unicode version run
5657

5758
UNICODE_VERSION=x.x.x go generate
@@ -73,11 +74,8 @@ So updating to a different version may not work.
7374

7475
The files in DATA/{iana|icu|w3|whatwg} are currently not versioned.
7576

76-
## Report Issues / Send Patches
77-
78-
This repository uses Gerrit for code changes. To learn how to submit changes to
79-
this repository, see https://golang.org/doc/contribute.html.
77+
## Report Issues
8078

81-
The main issue tracker for the image repository is located at
82-
https://github.com/golang/go/issues. Prefix your issue with "x/text:" in the
79+
The main issue tracker for the text repository is located at
80+
https://go.dev/issues. Prefix your issue with "x/text:" in the
8381
subject line, so it is easy to find.

0 commit comments

Comments
 (0)