[mirror] Experimental and deprecated packages
Перейти к файлу
cuishuang a2e15db56b exp: fix some typos
Change-Id: If23d54917054f5ab67bff383c045e425f51e7e02
GitHub-Last-Rev: 1393b77ba2
GitHub-Pull-Request: golang/exp#28
Reviewed-on: https://go-review.googlesource.com/c/exp/+/389596
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Tobias Klauser <tobias.klauser@gmail.com>
2022-03-07 08:09:10 +00:00
apidiff x/exp/apidiff: copy changes from x/tools/internal/apidiff 2019-09-25 19:08:15 +00:00
cmd cmd/txtar: extract only in current dir by default 2021-12-16 16:40:55 +00:00
constraints constraints: test against the constraints package from x/exp instead of std 2022-02-03 16:41:50 +00:00
ebnf ebnf: support raw string tokens as used by EBNF in the Go spec 2020-02-21 18:35:20 +00:00
ebnflint exp/ebnflint: skip test if spec is not found 2020-03-31 19:51:52 +00:00
errors errors/fmt: test fmt copy not std lib fmt 2020-08-19 20:29:07 +00:00
event exp: fix some typos 2022-03-07 08:09:10 +00:00
fsnotify fsnotify: remove fsnotify 2015-02-17 00:19:28 +00:00
inotify inotify: delete unmaintained code 2016-10-06 17:54:52 +00:00
io exp: fix some typos 2022-03-07 08:09:10 +00:00
jsonrpc2 exp: fix some typos 2022-03-07 08:09:10 +00:00
maps x/exp/maps: fix tests 2022-03-03 00:27:15 +00:00
mmap mmap: use unsafe.Slice rather than maxBytes array 2021-12-21 17:41:06 +00:00
rand rand: make zero LockedSource useful 2022-02-18 21:58:28 +00:00
shiny exp: fix some typos 2022-03-07 08:09:10 +00:00
shootout shootout: add ignore build tag to all source files 2016-01-14 04:08:25 +00:00
slices slices: clarify that Grow can modify elements past the length 2022-03-01 22:02:47 +00:00
sumdb exp: fix some typos 2022-03-07 08:09:10 +00:00
typeparams exp/typeparams: add a guide to the new APIs 2022-03-03 21:25:07 +00:00
utf8string exp: add import comments. 2014-12-09 22:46:36 +00:00
vulncheck vulncheck/internal/binscan: use debug/buildinfo to read module data 2022-03-01 22:37:27 +00:00
vulndb exp: fix some typos 2022-03-07 08:09:10 +00:00
winfsnotify exp: add import comments. 2014-12-09 22:46:36 +00: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
AUTHORS go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:54 +00:00
CONTRIBUTORS go.empty: prototype for new subrepository 2012-01-25 14:45:13 -05:00
LICENSE LICENSE: add 2012-03-17 15:20:58 +11: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
codereview.cfg exp: add codereview.cfg 2015-03-18 17:05:02 +00:00
go.mod go.mod: run go mod tidy 2022-02-18 21:56:59 +00:00
go.sum go.mod: run go mod tidy 2022-02-18 21:56:59 +00:00

README.md

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.