go-template

command module
v0.0.0-...-5bcc8da Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

README ยถ

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 ./...

Documentation ยถ

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL