[mirror] Experimental and deprecated packages
Перейти к файлу
Nigel Tao 4eaa292c97 shiny/widget: add ShellClassEmbed and ContainerClassEmbed types.
Change-Id: I9d3351e7f934c58e6298ab0660f463d157fdc790
Reviewed-on: https://go-review.googlesource.com/21641
Reviewed-by: Andrew Gerrand <adg@golang.org>
2016-04-07 05:01:15 +00:00
ebnf exp: add import comments. 2014-12-09 22:46:36 +00:00
ebnflint exp: add import comments. 2014-12-09 22:46:36 +00:00
fsnotify fsnotify: remove fsnotify 2015-02-17 00:19:28 +00:00
inotify inotify: fix event printing 2015-02-04 19:19:10 +00:00
io/spi io/spi/driver: document configuration keys thoroughly 2016-04-05 23:11:52 +00:00
mmap exp: mmap on windows 2016-01-06 02:13:34 +00:00
old/netchan exp: add import comments. 2014-12-09 22:46:36 +00:00
shiny shiny/widget: add ShellClassEmbed and ContainerClassEmbed types. 2016-04-07 05:01:15 +00:00
shootout shootout: add ignore build tag to all source files 2016-01-14 04:08:25 +00:00
utf8string exp: add import comments. 2014-12-09 22:46:36 +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 doc: add CONTRIBUTING.md 2015-02-20 05:00:48 +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 go.exp: creation of subrepository. 2013-03-01 14:27:14 -08:00
codereview.cfg exp: add codereview.cfg 2015-03-18 17:05:02 +00:00

README

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.