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 e9c25c3 commit 0c63da7Copy full SHA for 0c63da7
main.go
@@ -16,5 +16,5 @@ func main() {
16
if err != nil {
17
log.Fatal(err)
18
}
19
- p.Start()
+ log.Fatal(p.Start())
20
0 commit comments