https://github.com/lemon-mint/gopkg.eu.org
Go modules hosted on gopkg.eu.org
https://github.com/lemon-mint/gopkg.eu.org
Last synced: 3 months ago
JSON representation
Go modules hosted on gopkg.eu.org
- Host: GitHub
- URL: https://github.com/lemon-mint/gopkg.eu.org
- Owner: lemon-mint
- License: unlicense
- Created: 2023-02-26T23:54:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-29T08:18:32.000Z (about 1 year ago)
- Last Synced: 2025-01-20T10:11:43.237Z (4 months ago)
- Language: Go
- Homepage: https://gopkg.eu.org
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gopkg.eu.org Module Index
Go modules hosted on gopkg.eu.org
## Add a module
To add a module to the index, fork this repository, pick a unique name for your module and add a file named `modname` to the `modules` directory. The file should contain the following content:
```yaml
# full module name
root: gopkg.eu.org/broccoli
# the VCS used to fetch the module (default: git)
vcs: git
# the URL to fetch the module from
url: https://github.com/unsafe-risk/broccoli.git
# the description of the module
description: Simple CLI Package for Go
```then create a pull request.