Fix the go error.
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Midou36O 2022-09-18 00:40:46 +01:00
parent 0beb8a33de
commit 16ea5c3138
Signed by: midou
GPG Key ID: 08063D5407090BC2
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ func main() {
io.WriteString(w, "welcome to hell")
})
api.Form()
log.Println("[HTTP] HTTP server is now running at " + config.Port() + "!")
log.Println(http.ListenAndServe(":"+config.Port(), nil))
}