Skip to content

Go Aliases

Short Go tool commands.

This page introduces one alias group and its common command shortcuts. Read it first to understand naming conventions, expected inputs, and safe execution patterns. Then open the reference appendix for the complete command inventory and exact syntax. These aliases reduce repeated typing and preserve consistent workflow behavior on macOS, Linux, and WSL.

When to use

Use this page before daily shell work when you need predictable command patterns.

What is included

  • Aliases: 12
  • Helper functions: 0
  • Source files: 1

Quick examples

  • gobgo build
  • gocvgo coverage
  • gofmtgo fmt
  • gogetgo get
  • goinstallgo install
  • gomgo mod tidy
  • gomodgo mod
  • gomvgo mod vendor
  • gorgo run
  • gotgo test
  • gotago test ./...
  • govetgo vet

Next step

Open the full list: