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 c5c4dcc commit 7bbefbfCopy full SHA for 7bbefbf
examples/scores/scores.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 > out.png
+// Run like this: go run scores.go -demo /path/to/demo.dem
15
func main() {
16
f, err := os.Open(ex.DemoPathFromArgs())
17
defer f.Close()
0 commit comments