Skip to content

Commit b316f47

Browse files
authored
Merge pull request #792 from elimisteve/patch-1
Update Go SDK: typo fix
2 parents f5c6a08 + 85fb3e0 commit b316f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/go/http/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
// handler is the function that will be called by the http trigger in Spin.
1313
var handler = defaultHandler
1414

15-
// defaultHandler is a placeholder for returning a useful error to stdout when
15+
// defaultHandler is a placeholder for returning a useful error to stderr when
1616
// the handler is not set.
1717
var defaultHandler = func(http.ResponseWriter, *http.Request) {
1818
fmt.Fprintln(os.Stderr, "http handler undefined")

0 commit comments

Comments
 (0)