Typo
This commit is contained in:
parent
5d8d5c6fde
commit
2e7d72b022
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ func main() {
|
|||
// Start the server on port 8080
|
||||
println("Currently listening on http://localhost:8080")
|
||||
println("Visit http://localhost:8080/hello to see the handler in action")
|
||||
printlm("Press Ctrl+C to stop the server")
|
||||
println("Press Ctrl+C to stop the server")
|
||||
err := http.ListenAndServe(":8080", nil)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
|
Loading…
Reference in a new issue