Go template

May 26, 2025 ยท View on GitHub

GoLand

Installation golang

Documentation

Usage

go run ./cmd/cli

Make (linux/darwin)

1. make // help
2. make deps // install dependencies
3. make build // build binary

References

  • golang for nodejs developers
  • Start with golang
  • learn golang with test
  • go zero
  • dev container

Contents

  1. 1Usage
  2. 1.1Make (linux/darwin)
  3. 1.2References