empty notes doesnt fail
This commit is contained in:
@@ -9,8 +9,8 @@ import (
|
||||
)
|
||||
|
||||
type Branch struct {
|
||||
Leaf Leaf `json:"Leaf,omitempty"`
|
||||
Branches map[string]Branch `json:"Branches,omitempty"`
|
||||
Leaf Leaf
|
||||
Branches map[string]Branch
|
||||
}
|
||||
|
||||
func (branch Branch) IsZero() bool {
|
||||
|
||||
Reference in New Issue
Block a user