dkoshkin / golang-repository-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Template

Replace seed with the name of the project.

Prerequisites

...

Usage Instructions

...

Setup your Dev Environment

  • Install asdf
  • Install asdf-direnv
  • Add a global direnv version with: asdf global direnv latest
  • Install all tools with: make install-tools

Tip: to see all available make targets with descriptions, simply run make.

Lint

make lint

Test

make test

Build

The binary for your OS will be placed in ./dist, e.g. ./dist/seed_darwin_arm64/seed:

make build-snapshot

Pre-commit

make pre-commit

About

License:Apache License 2.0


Languages

Language:Makefile 89.6%Language:Go 7.7%Language:Dockerfile 2.7%