Skip to content

Commit 85fb3e0

Browse files
authored
Update Go SDK: typo fix
stout => stderr Signed-off-by: Steve Phillips <steve@tryingtobeawesome.com>
1 parent f5c6a08 commit 85fb3e0

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)