An open API service indexing awesome lists of open source software.

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

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`.