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 ecc1d45 commit 42320b0Copy full SHA for 42320b0
examples/print-scores/printscores.go
@@ -11,7 +11,7 @@ import (
11
ex "github.com/markus-wa/demoinfocs-golang/examples"
12
)
13
14
-// Run like this: go run scores.go -demo /path/to/demo.dem
+// Run like this: go run printscores.go -demo /path/to/demo.dem
15
func main() {
16
f, err := os.Open(ex.DemoPathFromArgs())
17
defer f.Close()
0 commit comments