Fix lint errors

This commit is contained in:
Manuel de Brito Fontes 2016-05-31 16:49:20 -04:00
parent 0b031b9894
commit 71ca55440b
16 changed files with 60 additions and 59 deletions

View file

@ -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) {