Skip to content

devantler-tech/go-template

Go Template

License Test codecov Go Report Card Go Reference

A simple Go template for new projects.

Prerequisites

🚀 Getting Started

Clone the repository and initialize a new module to try the template locally.

git clone <repo-url>
cd <repo-folder>
go mod init <module-path>

📝 Usage

Initialize the module

go mod tidy

Add a dependency

go get example.com/awesome-lib@latest

Build your project

go build ./...

Run your project

go run ./<project>

Test your project

go test ./...

About

A simple Go template for new projects.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages