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 a6faf04 commit b14be87Copy full SHA for b14be87
pkg/demoinfocs/parser.go
@@ -285,7 +285,7 @@ var DefaultParserConfig = ParserConfig{
285
// NewParserWithConfig returns a new Parser with a custom configuration.
286
//
287
// See also: NewParser() & ParserConfig
288
-func NewParserWithConfig(demostream io.Reader, config ParserConfig) *parser {
+func NewParserWithConfig(demostream io.Reader, config ParserConfig) Parser {
289
var p parser
290
291
// Init parser
0 commit comments