There was an error while loading. Please reload this page.
1 parent 14f4b3a commit aa2e17aCopy full SHA for aa2e17a
1 file changed
AGENTS.md
@@ -7,4 +7,4 @@
7
- Use `cmp.Or(val, fallback)` instead of `if val == zero { val = fallback }` for defaulting zero values.
8
- Use `go fix` after each code change.
9
- Use `github.com/goccy/go-yaml` instead of `gopkg.in/yaml.v3`
10
-- Use `make fmt` to format the source files.
+- Use `go tool task fmt` to format the source files.
0 commit comments