diff options
Diffstat (limited to 'data.go')
| -rw-r--r-- | data.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ type Person struct { type Tag struct { Name string `json:"name"` Description string `json:"description"` + Link string `json:"link"` } type Color struct { |
