https://github.com/jcbhmr/ghreleasemodproxy
📂 Publish larger Go modules as GitHub release assets
https://github.com/jcbhmr/ghreleasemodproxy
github-releases go golang goproxy modproxy zip
Last synced: about 2 months ago
JSON representation
📂 Publish larger Go modules as GitHub release assets
- Host: GitHub
- URL: https://github.com/jcbhmr/ghreleasemodproxy
- Owner: jcbhmr
- License: agpl-3.0
- Created: 2025-03-30T21:52:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-16T23:33:10.000Z (about 1 year ago)
- Last Synced: 2025-06-13T11:58:04.872Z (12 months ago)
- Topics: github-releases, go, golang, goproxy, modproxy, zip
- Language: Go
- Homepage: https://ghreleasemodproxy.jcbhmr.com/
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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.