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 e632733 commit b43a652Copy full SHA for b43a652
pkg/demoinfocs/examples_test.go
@@ -15,7 +15,7 @@ This will print all kills of a demo in the format '[[killer]] <[[weapon]] [(HS)]
15
*/
16
//noinspection GoUnhandledErrorResult
17
func ExampleParser() {
18
- f, err := os.Open("../../test/cs-demos/default.demx")
+ f, err := os.Open("../../test/cs-demos/default.dem")
19
if err != nil {
20
log.Panic("failed to open demo file: ", err)
21
}
0 commit comments