[mirror] Experimental and deprecated packages
Перейти к файлу
Nigel Tao f677a3c455 shiny/widget/node: generalize MarkNeedsPaint to Marks.
An upcoming change will distinguish between 'base' and 'top' paint
passes.

Change-Id: I8e2fcc97c1b7d90302c8f8ad8b3b89ab3bfc0e11
Reviewed-on: https://go-review.googlesource.com/24873
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2016-07-13 22:46:43 +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 memory leak in Watcher 2016-06-23 01:10:55 +00:00
io io/i2c, io/spi: test examples when not linux 2016-07-11 16:24:20 +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/node: generalize MarkNeedsPaint to Marks. 2016-07-13 22:46:43 +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.