logoalt Hacker News

melodyogonnatoday at 6:17 PM1 replyview on HN

When I use AI with Go I give it this rule:

Prefer standard Go libraries and tools.

80% of the time I can get by without external dependencies (outside of Go's X repository)


Replies

sunaookamitoday at 6:43 PM

Yeah same but I always allow https://github.com/spf13/pflag because e.g. Claude really struggles with the default flag package (and it's shit in general)