We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579bc9c commit 4eced17Copy full SHA for 4eced17
main.go
@@ -17,7 +17,6 @@ func main() {
17
// Healthcheck endpoint
18
http.HandleFunc("/healthz", func(w http.ResponseWriter, r *http.Request) {
19
fmt.Fprintf(w, "OK")
20
- fmt.Printf("GET %s\n", r.URL.Path)
21
})
22
23
// Take one for the team
0 commit comments