blob: dd94aef33878ae6a369103e0369bcfc4e85941ba (
plain) (
blame)
1
2
3
4
|
## Golang Package Server
### by Jason A. Donenfeld
This very dumb script serves [golang.zx2c4.com](https://golang.zx2c4.com). Stick associations between package names and repositories in repos.txt, and this will serve up the proper go-import and godoc meta tags.
|