/goboilerplate

Personal boilerplate for Go projects

Primary LanguageGoThe UnlicenseUnlicense

goboilerplate

development

  • make sure you have git, make, go, nix
  • clone this repository
  • cd into
  • then you could want to run one of the following commands
$ make build
$ make run
$ make test
$ make help
...