go-ops

Installation
SKILL.md

Go Operations

Comprehensive Go skill covering idiomatic patterns, concurrency, and production practices.

Module Quick Start

# New module
go mod init github.com/user/project

# Add dependency
go get github.com/lib/pq@latest

# Tidy (remove unused, add missing)
go mod tidy

# Vendor dependencies
go mod vendor
Installs
42
GitHub Stars
24
First Seen
Mar 9, 2026
go-ops — 0xdarkmatter/claude-mods