style: golangci lint
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2022-03-11 10:51:55 +01:00
parent 85c288970a
commit 7113939121
4 changed files with 7 additions and 14 deletions

View File

@ -16,7 +16,6 @@ var (
)
func main() {
switch os.Getenv("DYNDNS_CLIENT_LOGGER_LEVEL") {
case "DEBUG", "debug":
log.SetLevel(log.DebugLevel)