https://github.com/cockroachdb/gostdlib
Vendor-friendly Go standard library packages
https://github.com/cockroachdb/gostdlib
Last synced: 9 days ago
JSON representation
Vendor-friendly Go standard library packages
- Host: GitHub
- URL: https://github.com/cockroachdb/gostdlib
- Owner: cockroachdb
- Created: 2018-09-11T16:07:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T17:15:03.000Z (11 months ago)
- Last Synced: 2025-06-13T14:02:33.077Z (13 days ago)
- Language: Go
- Homepage:
- Size: 922 KB
- Stars: 3
- Watchers: 46
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gostdlib
gostdlib contains copies of some choice standard library packages so they can be
versioned separately from a Go installation. The list currently includes:* cmd/gofmt
* go/format
* go/printer
* golang.org/x/sync†
* golang.org/x/tools/cmd/goimports†
* golang.org/x/tools/imports†† These aren't technically standard library packages.
## Maintainer guide
To update this repository with the sources for a new Go or x/tools version,
bump the versions in bin/update, then run the script:```
$ bin/update
```You may need to update the patches in the `patches/` directory until tests pass
on all desired Go versions. The list of automatically tested Go versions is in
`travis.yml`.