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 a5c388b commit 85db187Copy full SHA for 85db187
templates/component/http-hello-world/main.go
@@ -13,6 +13,7 @@ func init() {
13
wasihttp.HandleFunc(handleRequest)
14
}
15
16
+//nolint:revive
17
func handleRequest(w http.ResponseWriter, r *http.Request) {
18
_, _ = fmt.Fprintf(w, "Hello from Go!\n")
19
0 commit comments