---
title: "Go Hooks"
description: "> This file extends the common hooks rule with Go specific content."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/golang-hooks
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:24:59.717Z
license: CC-BY-4.0
attribution: "Go Hooks — Claudary (https://claudary.paisolsolutions.com/skills/golang-hooks)"
---

# Go Hooks
> This file extends the common hooks rule with Go specific content.

## Overview

---
description: "Go hooks extending common rules"
globs: ["**/*.go", "**/go.mod", "**/go.sum"]
alwaysApply: false
---
# Go Hooks

> This file extends the common hooks rule with Go specific content.

## PostToolUse Hooks

Configure in `~/.claude/settings.json`:

- **gofmt/goimports**: Auto-format `.go` files after edit
- **go vet**: Run static analysis after editing `.go` files
- **staticcheck**: Run extended static checks on modified packages

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/golang-hooks) · https://claudary.paisolsolutions.com
