go fmt
This commit is contained in:
parent
bd4cb39828
commit
e06f70aed6
@ -85,9 +85,9 @@ func stopGame(w http.ResponseWriter, req *http.Request) {
|
||||
|
||||
func killServer(w http.ResponseWriter, req *http.Request) {
|
||||
if *profile != "" {
|
||||
log.Print("trying to stop cpu profile")
|
||||
log.Print("trying to stop cpu profile")
|
||||
pprof.StopCPUProfile()
|
||||
log.Print("stopped cpu profile")
|
||||
log.Print("stopped cpu profile")
|
||||
}
|
||||
log.Fatal("shit got fucked up")
|
||||
log.Fatal("shit got fucked up")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user