https://github.com/jcbhmr/goghr.jcbhmr.com
📂 Add a build step to your Go library and publish it as a GitHub release
https://github.com/jcbhmr/goghr.jcbhmr.com
github-releases go golang goproxy modproxy zip
Last synced: about 1 year ago
JSON representation
📂 Add a build step to your Go library and publish it as a GitHub release
- Host: GitHub
- URL: https://github.com/jcbhmr/goghr.jcbhmr.com
- Owner: jcbhmr
- License: mit
- Created: 2025-03-30T21:52:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-31T01:50:09.000Z (about 1 year ago)
- Last Synced: 2025-03-31T02:22:01.809Z (about 1 year ago)
- Topics: github-releases, go, golang, goproxy, modproxy, zip
- Language: Go
- Homepage: https://goghr.jcbhmr.com/
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go GitHub release module proxy
📂 Add a build step to your Go library and publish it as a GitHub release
## Usage
First you'll need a module path that lets you serve HTML. This probably means GitHub Pages.
https://octocat.github.io/awesome/
```html
```
Then you'll need to add `$version.mod` and `$version.zip` assets to your GitHub release (replace `$version` with the actual `v1.2.3` version). The `.mod` file is a regular Go module file. The `.zip` file is a [Module zip file](https://go.dev/ref/mod#zip-files) that contains the module's source code.
## Development
```sh
go run .
```
Site is hosted on Netlify.