ironpeakservices / iron-go-project

A repository template to start your new Go project on GitHub, batteries included.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iron-go-project

A repository template to start your new Go project on GitHub, batteries included.

How to use

  1. Click the green button "Use this template" to copy this over.
  2. Potentially change the LICENSE as you please. Check out tl;dr legal.
  3. Enable "dependabot alerts" in the Security tab.
  4. Setup Branch protection rules to disallow pushing to master or dev.
  5. Develop in a feature branch, merge to dev and later to master.
  6. make and enjoy!

Features

  • .gitignore for go development.
  • GitHub dependabot configured by default. (including for Go!)
  • golangci linting enabled by default.
  • Semantic releases are automatically tagged on push to master.
  • goreleaser releases Go builds on new tags.
  • gobenchmark configured by default to track your performance across commits.
  • ToDos are automatically converted into GitHub issues.

About

A repository template to start your new Go project on GitHub, batteries included.

License:Apache License 2.0


Languages

Language:Makefile 90.7%Language:Dockerfile 9.3%