Duco van Amstel
Duco van Amstel
The quick fix in the mean time should be to specify your regex within back-ticks instead of double-quotes.
Reading your regular expression (RE) a few questions come to mind: - Why the `/` at the front and the head of the RE? The `^` and `$` already express...
A partial fix for this is being merged in #69. The size of the field is harder to address as the validation error could potentially be anywhere in the list....
Same here: using pre-modules `GOPATH` and getting the same type of errors. In our case moving to modules is a no-no, but AFAIK you can definitely use `go/packages` with pre-module...