[mirror] Experimental and deprecated packages
Перейти к файлу
Jonathan Amsterdam 111beb427c slog: TextHandler use dot instead of middle dot to separate group names
Middle dots haven't worked well for Go symbol names.
Don't use them here; ordinary dots are fine.

Change-Id: I527b12c3da64e798d2327dd5a37178235d6fbbe0
Reviewed-on: https://go-review.googlesource.com/c/exp/+/445335
Reviewed-by: Alan Donovan <adonovan@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
2022-10-25 13:35:41 +00:00
apidiff apidiff: skip TestChanges 2022-10-11 20:18:55 +00:00
cmd cmd/gorelease: update expected errors (fix build) 2022-09-27 16:25:42 +00:00
constraints constraints: test against the constraints package from x/exp instead of std 2022-02-03 16:41:50 +00:00
devtools vulncheck: simplify checks.bash 2022-03-10 22:17:50 +00:00
ebnf all: gofmt 2022-04-14 15:34:11 +00:00
ebnflint all: replace io/ioutil with io and os package 2022-09-15 21:06:09 +00:00
errors all: gofmt 2022-04-14 15:34:11 +00:00
event all: replace io/ioutil with io and os package 2022-09-15 21:06:09 +00:00
inotify inotify: delete unmaintained code 2016-10-06 17:54:52 +00:00
io all: gofmt 2022-04-14 15:34:11 +00:00
jsonrpc2 jsonrpc2: initialize Connection.async before calling binder.Bind 2022-10-12 13:45:08 +00:00
maps maps: make Clone preserve nil map 2022-07-13 13:57:40 +00:00
mmap mmap: allow mapping a zero-sized file 2022-10-18 22:16:08 +00:00
rand all: gofmt 2022-04-14 15:34:11 +00:00
shiny all: replace io/ioutil with io and os package 2022-09-15 21:06:09 +00:00
shootout all: replace io/ioutil with io and os package 2022-09-15 21:06:09 +00:00
slices slices: add Replace 2022-10-23 14:41:34 +00:00
slog slog: TextHandler use dot instead of middle dot to separate group names 2022-10-25 13:35:41 +00:00
sumdb all: replace io/ioutil with io and os package 2022-09-15 21:06:09 +00:00
typeparams x/exp/typeparams: use regexp to match wanted result 2022-09-07 00:35:33 +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: upgrade golang.org/x/tools 2022-08-23 12:40:25 +00:00
go.sum go.mod: upgrade golang.org/x/tools 2022-08-23 12:40:25 +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.