Small HTTP server that redirects to artifacts from the latest github release for a project
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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. )