Skip to content

ZEISS/template-go

Repository files navigation

🥳 Template Go

This is a GitHub Template Repository. You can use the green button to create a new repository based on this template. Read more about GitHub Template Repositories.

Get Started

This template supports Makefile to run tooling.

make is choosen as it is available on most systems.

# show `help`
make help

Setup

Setup the project.

make setup MODULE_NAME=github.com/username/repo

Other available targets are

  • build
  • fmt
  • lint
  • vet
  • generate
  • clean

The convention is to use make to run the build.

Happy coding!

About

A tiny template to start Go projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published