4 lines
96 B
Go
4 lines
96 B
Go
package model
|
|
|
|
type FileParserFunc func(parser *Parser, str string) (file *ParsedFile, ok bool)
|