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

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.

Awesome Lists containing this project

README

          

[![GitHub release](https://img.shields.io/github/release/docwhat/go-importd.svg)](https://github.com/docwhat/go-importd/releases)
[![Go Tests](https://github.com/docwhat/go-importd/actions/workflows/gotestsum.yaml/badge.svg)](https://github.com/docwhat/go-importd/actions/workflows/gotestsum.yaml)
[![DeepSource](https://app.deepsource.com/gh/docwhat/go-importd.svg/?label=active+issues&show_trend=true&token=32iTWClFba_PA-mYSlUNS9GP)](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).