initial commit
This commit is contained in:
3
file_parser.go
Normal file
3
file_parser.go
Normal file
@ -0,0 +1,3 @@
|
||||
package model
|
||||
|
||||
type FileParserFunc func(parser *Parser, str string) (file *ParsedFile, ok bool)
|
Reference in New Issue
Block a user