1
error.go
1
error.go
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user