mirror of
https://github.com/rancher/norman.git
synced 2025-09-03 00:06:24 +00:00
Fix golangci-lint issues
As part of updating dapper files, golangci-lint was set to be used. This caused a lot of lint issues to crop up, which this fixes.
This commit is contained in:
@@ -62,5 +62,5 @@ func main() {
|
||||
}
|
||||
|
||||
fmt.Println("Listening on 0.0.0.0:1234")
|
||||
http.ListenAndServe("0.0.0.0:1234", server)
|
||||
panic(http.ListenAndServe("0.0.0.0:1234", server))
|
||||
}
|
||||
|
Reference in New Issue
Block a user