# gwm preset: go
#
# Opinionated .gwm.toml for a Go module:
# - refuses to inherit the `bin/` symlink (build output stays per-worktree)
# - runs `go mod download` after the worktree is created
#
# Preview with `gwm init --preset go --show`. See
# examples/gwm.toml.example for the full schema.
[]
= "{home}/cc-worktree/{repo}"
= "{type}-{issue}-{desc}"
= "{type}/#{issue}-{desc}"
[[]]
= "bin"
[[]]
= "go mod download"
= "go mod download"
= "file_exists:go.mod"
= "warn"