[mirror] Experimental and deprecated packages
Перейти к файлу
Nigel Tao 14f0c66cee shiny/widget: let a Flow shrink as well as expand.
This will be needed for scrollable Sheets, where the parent (the Sheet)
should be laid out at a smaller size than its child.

Change-Id: Iacf69c90f263f24f9fd149f3864d23737c1593a8
Reviewed-on: https://go-review.googlesource.com/28345
Reviewed-by: David Crawshaw <crawshaw@golang.org>
2016-09-04 08:27:17 +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: delete gpio for now 2016-08-19 05:42:23 +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: let a Flow shrink as well as expand. 2016-09-04 08:27:17 +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.