Small HTTP server that redirects to artifacts from the latest github release for a project
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

go.mod 176B

12345678
  1. module github.com/csmith/github-release-redirector
  2. go 1.12
  3. require (
  4. github.com/google/go-github v17.0.0+incompatible
  5. github.com/google/go-querystring v1.0.0 // indirect
  6. )