Skip to content

Commit c7c5a47

Browse files
mikefarahCopilot
andauthored
Update agents.md
Co-authored-by: Copilot <[email protected]>
1 parent 3097467 commit c7c5a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Key methods:
136136
- Use build tags for optional compilation
137137
- Add comprehensive tests
138138
- Handle errors gracefully
139-
- Add the no build directive, like the xml encoder and decoder, that enables a minimal yq builds. e.g. `//go:build !yq_<format>`. Be sure to also updqate the build_small-yq.sh and build-tinygo-yq.sh to not include the new format.
139+
- Add the no build directive, like the xml encoder and decoder, that enables a minimal yq builds. e.g. `//go:build !yq_<format>`. Be sure to also update the build_small-yq.sh and build-tinygo-yq.sh to not include the new format.
140140

141141
**DON'T:**
142142
- Modify `candidate_node.go` to add format-specific logic

0 commit comments

Comments
 (0)