Go packages import redirector done right.
Go to file
Stanislav Nikitin 412e404192
Return whole configuration to client.
Related to #15
2020-04-27 03:45:43 +05:00
cmd Renamed 'configuration' to 'serverconfig'. 2020-04-27 03:37:42 +05:00
domains Return whole configuration to client. 2020-04-27 03:45:43 +05:00
internal Linting fixes and fixed HTTP requests logger. 2020-04-25 13:47:19 +05:00
.drone.yml Use latest golang image for testing. 2020-04-25 13:41:00 +05:00
.gitignore Discord webhook. 2019-10-12 08:25:07 +05:00
.golangci.yml Linting fixes and fixed HTTP requests logger. 2020-04-25 13:47:19 +05:00
Dockerfile Drone CI and linting (#14) 2019-10-16 18:32:21 +00:00
README.md README linting. 2019-12-22 04:19:30 +05:00
go.mod Moved to go.dev.pztrn.name and updated README with badges. 2019-10-13 15:12:54 +05:00
go.sum Server and client stubs. 2019-10-05 21:53:22 +05:00

README.md

Giredore

Build Status Discord Keybase XLM

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.