D3luxee / soma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SOMA

Build instructions

  go generate ./cmd/...
  go build ./...
  go install ./...

Notes

  • the go generate phase requires go-bindata to be installed and in $PATH. It is available at https://github.com/jteeuwen/go-bindata
  • running go generate ./... will also run the generate stages inside vendor/. This may or may not be what you intended.

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 99.9%Language:Makefile 0.1%