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 6d3e89e commit 9abdfa1Copy full SHA for 9abdfa1
circle.yml
logpipe.go
@@ -72,6 +72,9 @@ func main() {
72
fmt.Println(text)
73
logger.Log(logging.Entry{Payload: text})
74
}
75
+ if err := scanner.Err(); err != nil {
76
+ log.Fatalf("Failed to scan input: %v", err)
77
+ }
78
79
// Closes the client and flushes the buffer to the Stackdriver Logging
80
// service.
0 commit comments