big tings
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
package parser
|
||||
|
||||
func Parse(blocks []MatchBlock) map[string]any {
|
||||
|
||||
result := make(map[string]any)
|
||||
|
||||
for _, b := range blocks {
|
||||
input := b.GetContent()
|
||||
|
||||
key, value, _ := b.Block.Parse(input)
|
||||
result[key] = value
|
||||
}
|
||||
|
||||
return result
|
||||
}
|
Reference in New Issue
Block a user