[mirror] Experimental and deprecated packages
Перейти к файлу
Hana 48cbe7f80d vulndb/internal/audit: add missing copyright header
Change-Id: I3d1b59304b18d730dee148142cf1286a26f9da18
Reviewed-on: https://go-review.googlesource.com/c/exp/+/365594
Trust: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Zvonimir Pavlinovic <zpavlinovic@google.com>
2021-11-23 02:16:43 +00:00
apidiff x/exp/apidiff: copy changes from x/tools/internal/apidiff 2019-09-25 19:08:15 +00:00
cmd cmd/gorelease: explicitly set user.name and user.email in test Git repos 2021-10-29 16:00:41 +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 event: improve package documentation 2021-11-09 22:22:23 +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
internal/stack jsonrpc2: JSON-RPC 2.0 implementation 2021-06-11 18:18:13 +00:00
io all: go fmt ./... 2021-02-20 03:29:38 +00:00
jsonrpc2 event: minor additions used when updating gopls 2021-07-12 16:03:59 +00:00
maps maps: turn map constraint of Copy function into an approximation element 2021-11-21 16:27:02 +00:00
mmap all: go fmt ./... 2021-02-20 03:29:38 +00:00
rand all: go fmt ./... 2021-02-20 03:29:38 +00:00
shiny shiny/driver/gldriver: explicitly include needed X11 headers 2021-10-29 17:01:13 +00:00
shootout shootout: add ignore build tag to all source files 2016-01-14 04:08:25 +00:00
slices slices: preserve nil/non-nil in Clone 2021-11-18 22:39:01 +00:00
sumdb sumdb/internal/tkv/tkvtest: add tester and in-memory implementation 2019-05-10 13:29:18 +00:00
utf8string exp: add import comments. 2014-12-09 22:46:36 +00:00
vulncheck vulncheck: add support for callgraph source vuln detection 2021-11-22 17:40:06 +00:00
vulndb vulndb/internal/audit: add missing copyright header 2021-11-23 02:16:43 +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 slices: new package 2021-11-17 21:41:01 +00:00
go.sum all: upgrade x/tools and x/mod to HEAD 2021-10-29 15:33:26 +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.