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