Skip to content

Commit 93d5592

Browse files
committed
refactor: use a blank identifier.
1 parent 8ce4764 commit 93d5592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import "net/http"
66
func main() {
77
log.SetFlags(log.Ldate | log.Ltime | log.Lshortfile)
88

9-
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
9+
http.HandleFunc("/", func(w http.ResponseWriter, _ *http.Request) {
1010
w.Write([]byte("ok"))
1111
})
1212

0 commit comments

Comments
 (0)