jpillora / overseer

Monitorable, gracefully restarting, self-upgrading binaries in Go (golang)
MIT License
2.33k stars 209 forks source link

Make staticcheck happy #58

Open tgulacsi opened 4 years ago

tgulacsi commented 4 years ago

Make staticcheck happy - remove some unused variables, use %w in fmt.Errorf for error, %+v in log.Printf.

jpillora commented 4 years ago

Hmm I guess we could drop support for go1.12