go-project-template Install go get github.com/chyroc/go-project-template Usage package main import ( "fmt" "github.com/chyroc/go-project-template" ) func main() { res := go_project_template.Incr(1) fmt.Println(res) // output: 2 }