Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/freeformz/gb-sample


https://github.com/freeformz/gb-sample

Last synced: 7 days ago
JSON representation

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