Skip to content

dkoshkin/golang-repository-template

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published