|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| apidiff/ | H | 30-Oct-2019 | - | 2,782 | 1,818 |
| cmd/ | H | 30-Oct-2019 | - | 1,032 | 601 |
| ebnf/ | H | 30-Oct-2019 | - | 533 | 377 |
| ebnflint/ | H | 30-Oct-2019 | - | 167 | 102 |
| errors/ | H | 30-Oct-2019 | - | 7,941 | 6,047 |
| fsnotify/ | H | 03-May-2022 | - | | |
| inotify/ | H | 03-May-2022 | - | | |
| io/ | H | 30-Oct-2019 | - | 768 | 468 |
| mmap/ | H | 30-Oct-2019 | - | 423 | 290 |
| rand/ | H | 30-Oct-2019 | - | 2,398 | 1,797 |
| shiny/ | H | 30-Oct-2019 | - | 63,378 | 48,438 |
| shootout/ | H | 03-May-2022 | - | 5,807 | 3,696 |
| sumdb/ | H | 30-Oct-2019 | - | 5,176 | 3,468 |
| utf8string/ | H | 30-Oct-2019 | - | 328 | 251 |
| winfsnotify/ | H | 30-Oct-2019 | - | 712 | 603 |
| .gitattributes | H A D | 30-Oct-2019 | 345 | 11 | 9 |
| .gitignore | H A D | 30-Oct-2019 | 84 | 3 | 2 |
| AUTHORS | H A D | 30-Oct-2019 | 173 | 4 | 3 |
| CONTRIBUTING.md | H A D | 30-Oct-2019 | 913 | 27 | 17 |
| CONTRIBUTORS | H A D | 30-Oct-2019 | 170 | 4 | 3 |
| LICENSE | H A D | 30-Oct-2019 | 1.4 KiB | 28 | 24 |
| PATENTS | H A D | 30-Oct-2019 | 1.3 KiB | 23 | 20 |
| README.md | H A D | 30-Oct-2019 | 785 | 21 | 15 |
| codereview.cfg | H A D | 30-Oct-2019 | 21 | 2 | 1 |
| go.mod | H A D | 30-Oct-2019 | 475 | 15 | 12 |
| go.sum | H A D | 30-Oct-2019 | 3.1 KiB | 31 | 30 |
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