From 44173f34c293d011019b84be7095039eac977c5b Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 14 Nov 2024 15:35:21 +0100 Subject: feat(tag): link --- data.go | 1 + 1 file changed, 1 insertion(+) (limited to 'data.go') 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 { -- cgit v1.2.3