Tag: go
All the articles with the tag "go".
-
Hexagonal Go: feature slices that test without a database
Updated:A Go service layout that keeps domain logic transport-agnostic — testable with a mock repo, no database booted.
-
Shell-style command pipelines in Go, without a shell
Updated:Compose processes with |, &&, ||, and & from Go — a small visitor over os/exec that returns a structured result tree.
-
wtguard: a three-layer guard that keeps parallel agents off main
Updated:Run parallel Claude Code agents on one repo — Docker isolation, git-as-lock coordination, and a commit guard that can't be bypassed.