diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-14 15:35:21 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-14 15:35:21 +0100 |
| commit | 44173f34c293d011019b84be7095039eac977c5b (patch) | |
| tree | 7f6259d439c0eb6b25e2e73c24fb5dd7a63edccf /data.go | |
| parent | 2621bc5978fc7f6f24d2f0ba91715c01c62b43a9 (diff) | |
feat(tag): link
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 { |
