[mirror] Experimental and deprecated packages https://golang.org/x/exp
Find a file
Gopher Robot 7ab1446f8b go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions.

Change-Id: Idbd48cd5ae0a2bc741ca1f7cb85e8ca168ed5dd4
Reviewed-on: https://go-review.googlesource.com/c/exp/+/754685
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2026-03-12 08:32:36 -07:00
apidiff all: fix some comments 2025-10-23 11:38:03 -07:00
cmd cmd/gorelease: remove redundant fmt.Sprintf call 2025-10-17 14:24:17 -07:00
constraints maps,slices: add //go:fix inline annotations for std namesakes 2025-02-28 12:03:57 -08:00
ebnf all: fix some comments 2023-01-31 16:02:01 +00:00
ebnflint all: replace io/ioutil with io and os package 2022-09-15 21:06:09 +00:00
errors all: upgrade go directive to at least 1.25.0 [generated] 2026-02-11 11:11:09 -08:00
event go.mod: update golang.org/x dependencies 2026-03-12 08:32:36 -07:00
inotify inotify: delete unmaintained code 2016-10-06 17:54:52 +00:00
io all: delete obsolete // +build lines 2023-08-07 20:37:16 +00:00
jsonrpc2 go.mod: update golang.org/x dependencies 2026-03-12 08:32:36 -07:00
maps maps,slices: add //go:fix inline annotations for std namesakes 2025-02-28 12:03:57 -08:00
mmap all: delete obsolete // +build lines 2023-08-07 20:37:16 +00:00
rand all: fix some comments 2025-10-23 11:38:03 -07:00
shiny go.mod: update golang.org/x dependencies 2026-03-12 08:32:36 -07:00
shootout all: fix some comments 2025-10-23 11:38:03 -07:00
slices all: fix some comments 2025-10-23 11:38:03 -07:00
slog go.mod: update golang.org/x dependencies 2026-03-12 08:32:36 -07:00
stats stats: allow different types for values and quantiles 2025-11-25 11:55:48 -08:00
sumdb go.mod: update golang.org/x dependencies 2026-03-12 08:32:36 -07:00
trace event: remove unused code 2026-02-18 12:32:40 -08:00
typeparams all: upgrade go directive to at least 1.25.0 [generated] 2026-02-11 11:11:09 -08:00
utf8string all: fix some comments 2025-10-23 11:38:03 -07:00
.gitattributes exp: copying .gitattributes to all subrepositories 2014-12-23 06:55:08 +00:00
.gitignore convert .hgignore to .gitignore. 2014-12-08 10:42:03 +11:00
codereview.cfg exp: add codereview.cfg 2015-03-18 17:05:02 +00:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:54 +00:00
go.mod go.mod: update golang.org/x dependencies 2026-03-12 08:32:36 -07:00
go.sum go.mod: update golang.org/x dependencies 2026-03-12 08:32:36 -07:00
LICENSE LICENSE: update per Google Legal 2024-07-16 16:09:29 +00:00
PATENTS go.empty: add PATENTS file to the subrepo. 2012-04-16 11:24:04 +10:00
README.md README: add pkg.go.dev tag 2020-12-03 23:17:25 +00:00

exp

PkgGoDev

This subrepository holds experimental and deprecated (in the old directory) packages.

The idea for this subrepository originated as the pkg/exp directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to go get these packages.

Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether.

In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.)

Caveat emptor.