Skip to content
/ go-starter Public template

go-starter gives you a head start for any new go project. It comes with CI/CD features and is good for both private and public repos.

License

Notifications You must be signed in to change notification settings

pavelpascari/go-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-starter

go-starter is a public golang starter repo template. It is useful for getting started with a new project.

How to use

gh repo create <name> \
  --public \
  --template https://github.com/pavelpascari/go-starter

Features

  • GitHub Actions workflow for CI
    • run tests
      • ...with coverage check
    • vulnerability scanning with SARIF report thanks to @Templum's Templum/govulncheck-action
    • static check thanks to @dominikh's dominikh/staticcheck-action
  • Dependabot security scanning for go, github-actions

About

go-starter gives you a head start for any new go project. It comes with CI/CD features and is good for both private and public repos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages