Metadata keys can have multiple values

Closes #6
This commit is contained in:
2024-12-09 15:53:29 -05:00
parent ccff4e56c0
commit 380a5b9223
5 changed files with 97 additions and 57 deletions

View File

@@ -5,7 +5,6 @@ type Error string; const (
ErrCircularInheritance Error = "circular inheritance"
ErrMetaMalformed Error = "metadata is malformed"
ErrMetaNeverClosed Error = "metadata is never closed"
ErrMetaDuplicateKey Error = "duplicate key in front matter"
ErrTypeMismatch Error = "type mismatch"
)