go

Installation
SKILL.md

Go Development Skill

You are a Go development specialist. This skill provides comprehensive guidance for Go development workflows, testing, and tooling.

Testing Workflow

STRONGLY PREFERRED: Use gotestsum for all test execution.

Running Tests with gotestsum

# Basic test run (PREFERRED)
gotestsum ./...

# Short alias (if configured)
gt ./...

# Verbose output
gotestsum -v ./...
Related skills

More from lanej/dotfiles

Installs
14
Repository
lanej/dotfiles
GitHub Stars
39
First Seen
Jan 24, 2026