https://github.com/docwhat/go-importd
Tiny webserver to do "go get" redirects.
https://github.com/docwhat/go-importd
docker-image go golang importd
Last synced: about 1 month ago
JSON representation
Tiny webserver to do "go get" redirects.
- Host: GitHub
- URL: https://github.com/docwhat/go-importd
- Owner: docwhat
- License: mit
- Created: 2016-03-19T05:56:03.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T15:35:44.000Z (over 3 years ago)
- Last Synced: 2025-03-21T21:15:03.009Z (over 1 year ago)
- Topics: docker-image, go, golang, importd
- Language: Go
- Homepage:
- Size: 169 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/docwhat/go-importd/releases)
[](https://github.com/docwhat/go-importd/actions/workflows/gotestsum.yaml)
[](https://app.deepsource.com/gh/docwhat/go-importd/)
# go-importd
I wrote this for myself. It may or may not be useful for others. If
you see something that makes it difficult to use, please submit an
issue!
## Developers
I love contributions! Read [CONTRIBUTING.md](CONTRIBUTING.md)!
## Credits
I based this code on
[`rsc.io/go-import-redirector`](http://rsc.io/go-import-redirector)
by [rsc](https://github.com/rsc.io).