You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go vet is a little stricter in go1.10. This fixes two new classes
of issues that it picks up:
- "Println arg list ends with redundant newline"
(dicussed in golang/go#18085)
- "Errorf format %d arg res.RowsAffected is a func value, not called"
0 commit comments