[mirror] Experimental and deprecated packages
Перейти к файлу
Nigel Tao 0e69480b4b shiny/font: deprecate the font package.
It now lives at x/image/font, not x/exp/shiny/font.

Change-Id: I65f61ec4ce680f42981016e09c36cd04e140861d
Reviewed-on: https://go-review.googlesource.com/14149
Reviewed-by: David Symonds <dsymonds@golang.org>
2015-09-01 05:21:30 +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
old/netchan exp: add import comments. 2014-12-09 22:46:36 +00:00
shiny shiny/font: deprecate the font package. 2015-09-01 05:21:30 +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.