Add comments

Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
This commit is contained in:
Vartan Benohanian
2020-07-22 00:04:24 -04:00
parent d142255dbd
commit cb8d5d19d0
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -100,6 +100,7 @@ func (p *Permalink) UnmarshalJSON(data []byte) error {
return nil
}
// todo: rename this to thing
type root struct {
Kind string `json:"kind,omitempty"`
Data interface{} `json:"data,omitempty"`