Closed uzzz closed 3 years ago
I can see a pull request, when is it planned to go into release? go1.15 is currently broken 😞
Unfortunately, that PR is not enough. Workaround for now: go test -vet=atomic,bool,buildtags,errorsas,ifaceassert,nilfunc,printf
Please try v1.5.0-beta1
v1.5.0
released. See https://github.com/go-reform/reform/issues/269 for more in-depth explanation.
Yes, seems fine now, thanks for fixing it.
Describe the bug With go 1.15 generated code that does not pass
go test
because ofgo vet
warning.To Reproduce
Expected behavior No error on go vet
Additional context https://github.com/golang/go/issues/32479