Skip to content

Commit 62d3d7f

Browse files
allocgatorSaurabh Mishra
andauthored
corrected message (#672)
Co-authored-by: Saurabh Mishra <[email protected]>
1 parent f7e4292 commit 62d3d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-server/v1/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
"net/http"
66
)
77

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

0 commit comments

Comments
 (0)