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

..03-May-2022-

apidiff/H20-Feb-2021-2,7821,818

cmd/H20-Feb-2021-5,5304,005

ebnf/H20-Feb-2021-535378

ebnflint/H20-Feb-2021-170106

errors/H20-Feb-2021-7,9416,047

fsnotify/H03-May-2022-

inotify/H03-May-2022-

io/H20-Feb-2021-772468

mmap/H20-Feb-2021-427290

rand/H20-Feb-2021-2,3941,806

shiny/H20-Feb-2021-63,65848,611

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

sumdb/H20-Feb-2021-5,1763,468

utf8string/H20-Feb-2021-328251

winfsnotify/H20-Feb-2021-712603

.gitattributesH A D20-Feb-2021345 119

.gitignoreH A D20-Feb-202184 32

AUTHORSH A D20-Feb-2021173 43

CONTRIBUTING.mdH A D20-Feb-2021913 2717

CONTRIBUTORSH A D20-Feb-2021170 43

LICENSEH A D20-Feb-20211.4 KiB2824

PATENTSH A D20-Feb-20211.3 KiB2320

README.mdH A D20-Feb-2021880 2316

codereview.cfgH A D20-Feb-202121 21

go.modH A D20-Feb-2021572 1613

go.sumH A D20-Feb-20214 KiB3938

README.md

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