• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

apidiff/H30-Oct-2019-2,7821,818

cmd/H30-Oct-2019-1,032601

ebnf/H30-Oct-2019-533377

ebnflint/H30-Oct-2019-167102

errors/H30-Oct-2019-7,9416,047

fsnotify/H03-May-2022-

inotify/H03-May-2022-

io/H30-Oct-2019-768468

mmap/H30-Oct-2019-423290

rand/H30-Oct-2019-2,3981,797

shiny/H30-Oct-2019-63,37848,438

shootout/H03-May-2022-5,8073,696

sumdb/H30-Oct-2019-5,1763,468

utf8string/H30-Oct-2019-328251

winfsnotify/H30-Oct-2019-712603

.gitattributesH A D30-Oct-2019345 119

.gitignoreH A D30-Oct-201984 32

AUTHORSH A D30-Oct-2019173 43

CONTRIBUTING.mdH A D30-Oct-2019913 2717

CONTRIBUTORSH A D30-Oct-2019170 43

LICENSEH A D30-Oct-20191.4 KiB2824

PATENTSH A D30-Oct-20191.3 KiB2320

README.mdH A D30-Oct-2019785 2115

codereview.cfgH A D30-Oct-201921 21

go.modH A D30-Oct-2019475 1512

go.sumH A D30-Oct-20193.1 KiB3130

README.md

1# exp
2
3This subrepository holds experimental and deprecated (in the `old`
4directory) packages.
5
6The idea for this subrepository originated as the `pkg/exp` directory
7of the main repository, but its presence there made it unavailable
8to users of the binary downloads of the Go installation. The
9subrepository has therefore been created to make it possible to `go
10get` these packages.
11
12**Warning:** Packages here are experimental and unreliable. Some may
13one day be promoted to the main repository or other subrepository,
14or they may be modified arbitrarily or even disappear altogether.
15
16In short, code in this subrepository is not subject to the Go 1
17compatibility promise. (No subrepo is, but the promise is even more
18likely to be violated by go.exp than the others.)
19
20Caveat emptor.
21