Golang Type Safety

Prefer typed constants and named types over magic strings/numbers in Go. Use when writing function signatures, struct fields, switch statements, or passing enum-like values. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/codeready-toolchain--tarsy--golang-type-safety commit 47c5111283

Frequently asked questions

npx skillmds@latest add tomevault-io/golang-type-safety