| ▲ | melodyogonna 10 hours ago | |
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) | ||
| ▲ | sunaookami 10 hours ago | parent [-] | |
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) | ||