[mirror] Experimental and deprecated packages
Перейти к файлу
Michael Anthony Knyszek 23cca8864a trace: regenerate trace from go@b89f946
[git-generate]
cd trace
./gen.bash $HOME/work/go

Change-Id: I8cd13461f1ecec0790f682343a7a9f7e8766be0f
Reviewed-on: https://go-review.googlesource.com/c/exp/+/588140
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
2024-05-29 00:52:16 +00:00
apidiff apidiff: fix confusing changed messages 2023-08-11 14:56:59 +00:00
cmd all: delete obsolete // +build lines 2023-08-07 20:37:16 +00:00
constraints constraints: update test to match old and new constraint error messages 2023-01-05 00:01:12 +00: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 errors/fmt: fix tests that assume GOPATH layout 2023-06-26 21:25:57 +00:00
event event: run go mod tidy 2023-12-19 18:02:39 +00: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 jsonrpc2: do not panic when sending unmarshalable params 2023-08-09 15:07:35 +00:00
maps all: fix function names in comment 2024-04-16 16:01:54 +00:00
mmap all: delete obsolete // +build lines 2023-08-07 20:37:16 +00:00
rand all: gofmt 2022-04-14 15:34:11 +00:00
shiny shiny/text: drop panic when GlyphAdvance returns !ok 2023-12-26 00:35:08 +00:00
shootout all: replace io/ioutil with io and os package 2022-09-15 21:06:09 +00:00
slices slices: zero the slice elements discarded by Delete, DeleteFunc, Compact, CompactFunc, Replace. 2024-01-19 08:35:58 +00:00
slog slog: catch panics during formatting 2023-11-10 20:32:33 +00:00
sumdb all: replace io/ioutil with io and os package 2022-09-15 21:06:09 +00:00
trace trace: regenerate trace from go@b89f946 2024-05-29 00:52:16 +00:00
typeparams all: delete obsolete // +build lines 2023-08-07 20:37:16 +00:00
utf8string 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
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:54 +00: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: update golang.org/x dependencies 2024-05-06 18:54:15 +00:00
go.sum go.mod: update golang.org/x dependencies 2024-05-06 18:54:15 +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.