Open tgulacsi opened 4 years ago
Make staticcheck happy - remove some unused variables, use %w in fmt.Errorf for error, %+v in log.Printf.
Hmm I guess we could drop support for go1.12
Make staticcheck happy - remove some unused variables, use %w in fmt.Errorf for error, %+v in log.Printf.