+
Skip to content

Tags: golang/text

Tags

v0.27.0

Toggle v0.27.0's commit message
go.mod: update golang.org/x dependencies

Update golang.org/x dependencies to their latest tagged versions.

Change-Id: I389c3ce8c58b1f3ecb4b100a0707c1036b21ae50
Reviewed-on: https://go-review.googlesource.com/c/text/+/687035
Auto-Submit: Gopher Robot <gobot@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>

v0.26.0

Toggle v0.26.0's commit message
go.mod: update golang.org/x dependencies

Update golang.org/x dependencies to their latest tagged versions.

Change-Id: Ie551df012b5a8d6a6a0d5acb00b0955c7aec2b41
Reviewed-on: https://go-review.googlesource.com/c/text/+/678640
Reviewed-by: Carlos Amedee <carlos@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

v0.25.0

Toggle v0.25.0's commit message
go.mod: update golang.org/x dependencies

Update golang.org/x dependencies to their latest tagged versions.

Change-Id: I1b83f9faaac54edf433904ac46263cc4fc353012
Reviewed-on: https://go-review.googlesource.com/c/text/+/669917
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

v0.24.0

Toggle v0.24.0's commit message
go.mod: update golang.org/x dependencies

Update golang.org/x dependencies to their latest tagged versions.

Change-Id: I1a68d897a5fe8375d604a0163ea501c964c79f4f
Reviewed-on: https://go-review.googlesource.com/c/text/+/663096
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>

v0.23.0

Toggle v0.23.0's commit message
go.mod: update golang.org/x dependencies

Update golang.org/x dependencies to their latest tagged versions.

Change-Id: Ie292e82f774d7a7b2ab5d53279bd874dae6cbdac
Reviewed-on: https://go-review.googlesource.com/c/text/+/655036
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>

v0.22.0

Toggle v0.22.0's commit message
go.mod: update golang.org/x dependencies

Update golang.org/x dependencies to their latest tagged versions.

Change-Id: If969fddb3ff610170fae2ad6b797be516e98b0f4
Reviewed-on: https://go-review.googlesource.com/c/text/+/646475
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>

v0.21.0

Toggle v0.21.0's commit message
go.mod: update golang.org/x dependencies

Update golang.org/x dependencies to their latest tagged versions.

Change-Id: I02eb549b47bf711f9c70b10ef33f619c19129bee
Reviewed-on: https://go-review.googlesource.com/c/text/+/633477
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

v0.20.0

Toggle v0.20.0's commit message
go.mod: update golang.org/x dependencies

Update golang.org/x dependencies to their latest tagged versions.

Change-Id: I6b939f9a4f016b265d30fbd408f34705f89c0982
Reviewed-on: https://go-review.googlesource.com/c/text/+/626375
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

v0.19.0

Toggle v0.19.0's commit message
x/text: Correct examples in number/doc

Playground example: https://go.dev/play/p/9cuRyaNveO8

Change-Id: I2fbc3fec0f3755eb3d11b47edfb2201d66fc622d
Reviewed-on: https://go-review.googlesource.com/c/text/+/614395
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Marcel van Lohuizen <mpvl@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>

v0.18.0

Toggle v0.18.0's commit message
all: rename Example test functions to prevent vet errors

Building x/text was being prevented by vet errors caused by Example
test functions of the form ExampleXxx where Xxx was not an identifier
declared in the package. This is corrected by renaming:
  ExampleCollator_Strings to ExampleCollator_strings in text/collate
  ExampleDecodeWindows1252 to Example_decodeWindows1252 in text/encoding
  ExampleSelect to ExampleSelectf in text/feature/plural

Fixes golang/go#68967

Change-Id: Id584a518af766676ab44fc49c12160e36f66542a
Reviewed-on: https://go-review.googlesource.com/c/text/+/606736
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Tim King <taking@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载