Go packages import redirector done right.
Go to file
Stanislav Nikitin 124b4eb557
Discord webhook.
2019-10-12 08:25:07 +05:00
cmd Linting and dockerization. 2019-10-07 21:51:45 +05:00
domains Linting and dockerization. 2019-10-07 21:51:45 +05:00
internal Removed ToDos as they're transformed into issues. 2019-10-07 22:33:05 +05:00
.drone.yml Discord webhook. 2019-10-12 08:25:07 +05:00
.gitignore Discord webhook. 2019-10-12 08:25:07 +05:00
.golangci.yml Linting and dockerization. 2019-10-07 21:51:45 +05:00
Dockerfile Dockerfile fix. 2019-10-07 22:04:21 +05:00
README.md Update about documentation availability at docs site. 2019-10-07 18:23:31 +05:00
go.mod Server and client stubs. 2019-10-05 21:53:22 +05:00
go.sum Server and client stubs. 2019-10-05 21:53:22 +05:00

README.md

Giredore

Giredore is an utility that does go-import redirects right. Main idea of this project is to provide easy-to-use yet powerful tool for Go developers to serve they packages right and help them with getting nice and very static URLs for their packages.

What it able to do

  • Be a HTTP server. If you want HTTPS (and you normally should want it) - put giredore behind proxy or submit merge request that implements this feature)
  • Provide simple CLI client for controlling things.

Documentation

Documentation is available here.