Skip to content

Commit

Permalink
corrected message (#672)
Browse files Browse the repository at this point in the history
Co-authored-by: Saurabh Mishra <[email protected]>
  • Loading branch information
allocgator and Saurabh Mishra authored Sep 28, 2023
1 parent f7e4292 commit 62d3d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http-server/v1/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"net/http"
)

// PlayerServer currently returns Hello, world given _any_ request.
// PlayerServer currently returns "20" given _any_ request.
func PlayerServer(w http.ResponseWriter, r *http.Request) {
fmt.Fprint(w, "20")
}

0 comments on commit 62d3d7f

Please sign in to comment.