aboutsummaryrefslogtreecommitdiff
path: root/data.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-14 15:35:21 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-14 15:35:21 +0100
commit44173f34c293d011019b84be7095039eac977c5b (patch)
tree7f6259d439c0eb6b25e2e73c24fb5dd7a63edccf /data.go
parent2621bc5978fc7f6f24d2f0ba91715c01c62b43a9 (diff)
feat(tag): link
Diffstat (limited to 'data.go')
-rw-r--r--data.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/data.go b/data.go
index 7c976e7..49df295 100644
--- a/data.go
+++ b/data.go
@@ -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 {