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 f27a96e commit bc8c9feCopy full SHA for bc8c9fe
main.go
@@ -15,7 +15,7 @@ func main() {
15
if err != nil {
16
panic(err)
17
}
18
- fmt.Printf("Running hash %s\n", res)
+ fmt.Printf("Running hash %s", res)
19
20
// Parse config files
21
err = config.ParseMainConfig("configs/config.json")
0 commit comments