ashanbrown / makezero

A linter to ensure that slices are not initialized with non-zero length
Other
71 stars 7 forks source link

bump golang.org/x/tools to v0.7.0 #14

Closed Mrucznik closed 5 days ago

Mrucznik commented 1 year ago

Related to #13

I bumped the version of x/tools because without it I was getting an error "internal error: package "math" without types was imported from [xxx]". (I'm using golang 1.20.2)

ashanbrown commented 5 days ago

I'll merge this because I don't see any harm in it (0.7.0 is over 2 years old), but I'd be curious if you could share more about this (maybe the whole stack trace, for example). Also, are you running within golangci-lint or directly?