Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3timeslazy/gen-getter
Simple Golang getter generator
https://github.com/3timeslazy/gen-getter
Last synced: 1 day ago
JSON representation
Simple Golang getter generator
- Host: GitHub
- URL: https://github.com/3timeslazy/gen-getter
- Owner: 3timeslazy
- Created: 2018-09-19T22:29:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T19:03:38.000Z (about 6 years ago)
- Last Synced: 2024-06-21T09:51:19.218Z (5 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gen-getter
Simple Golang getter generator# Usage
```
# install
go get github.com/3timeslazy/gen-getter# run
go build# use
./get-getter
```