Skip to content

gowhale/golang-repo-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-repo-template

A template for all my future Go projects!

Actions created by this template:

Testing

The pkg-cov workflow runs all go tests and ensures pkg coverage is above 80%.

example event parameter

The pages workflow publishes a test coverage website everytime there is a push to the main branch. The website can be found here: https://gowhale.github.io/go-shopping-list/#file0

example event parameter

Linters

The revive workflow is executed to statically analsye go files: https://github.com/mgechev/revive

example event parameter

The golangci-lint workflow runs the golangci-lint linter: https://github.com/golangci/golangci-lint

example event parameter

Project Management

The issue workflow adds a new issue to the projects Kanban board:

example event parameter

The cut release workflow creates a binary executable everytime a release is published. The binary file is attached to the release.

example event parameter

About

A template for all my future Go projects!

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages