We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b9368 commit 97dc48aCopy full SHA for 97dc48a
examples/go/app.go
@@ -11,7 +11,7 @@ func main() {
11
12
fmt.Println("Listen on 3000")
13
if err := http.ListenAndServe(":3000", r); err != nil {
14
- fmt.Fprintf(os.Stderr, "ListenAndServe failed: %v", err)
+ fmt.Fprintf(os.Stderr, "ListenAndServe failed: %v\n", err)
15
os.Exit(1)
16
}
17
src/templates/app.go
0 commit comments