Skip to content

Commit aa2e17a

Browse files
committed
Update AGENTS.md with the new fmt command
1 parent 14f4b3a commit aa2e17a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
- Use `cmp.Or(val, fallback)` instead of `if val == zero { val = fallback }` for defaulting zero values.
88
- Use `go fix` after each code change.
99
- Use `github.com/goccy/go-yaml` instead of `gopkg.in/yaml.v3`
10-
- Use `make fmt` to format the source files.
10+
- Use `go tool task fmt` to format the source files.

0 commit comments

Comments
 (0)