Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/golang/exp
[mirror] Experimental and deprecated packages
https://github.com/golang/exp
Last synced: 3 days ago
JSON representation
[mirror] Experimental and deprecated packages
- Host: GitHub
- URL: https://github.com/golang/exp
- Owner: golang
- License: bsd-3-clause
- Created: 2014-12-04T04:03:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-06T19:11:57.000Z (19 days ago)
- Last Synced: 2025-01-16T00:32:01.570Z (10 days ago)
- Language: Go
- Homepage: https://golang.org/x/exp
- Size: 6.43 MB
- Stars: 850
- Watchers: 90
- Forks: 211
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - golang/exp - [mirror] Experimental and deprecated packages (Go)
README
# exp
[![PkgGoDev](https://pkg.go.dev/badge/golang.org/x/exp)](https://pkg.go.dev/golang.org/x/exp)
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.