Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freeformz/gb-sample
https://github.com/freeformz/gb-sample
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/freeformz/gb-sample
- Owner: freeformz
- Created: 2016-07-21T19:18:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T19:28:47.000Z (over 8 years ago)
- Last Synced: 2024-12-24T06:47:37.471Z (10 days ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Fetching deps
`gb vendor fetch github.com/heroku/slog`
## Compilation
`gb build`
Creates:
* `pkg/` where package .a files are created.
* `bin/` where main packages are compiled to. In this case we get `bin/gb-sample`, since that is our only main.Both of these directories are ignored in .gitignore