Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
maci3jka authored May 31, 2023
1 parent 9f0dbd7 commit 289e240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

func main() {
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
fmt.Fprintln(w, "Hello World.")
fmt.Fprintln(w, "Hello World!")
})
log.Fatalf("error: %s", http.ListenAndServe(":8080", nil))
}

0 comments on commit 289e240

Please sign in to comment.