Fix lint errors
This commit is contained in:
parent
0b031b9894
commit
71ca55440b
16 changed files with 60 additions and 59 deletions
|
|
@ -159,7 +159,7 @@ func registerHandlers(lbc *loadBalancerController) {
|
|||
|
||||
http.HandleFunc("/build", func(w http.ResponseWriter, r *http.Request) {
|
||||
w.WriteHeader(http.StatusOK)
|
||||
fmt.Fprint(w, "build: %v - %v", gitRepo, version)
|
||||
fmt.Fprintf(w, "build: %v - %v", gitRepo, version)
|
||||
})
|
||||
|
||||
http.HandleFunc("/stop", func(w http.ResponseWriter, r *http.Request) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue