diff options
| author | William Hergès <william@herges.fr> | 2025-09-07 15:56:18 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-09-07 15:56:18 +0200 |
| commit | fdf8c390e91ef02c05a95fa1f8c1c9104ffbabf5 (patch) | |
| tree | 1cdaecbd55a763969c7671504184abb157ee6724 /data.go | |
| parent | 7240e39c532a5a4238b5f25bd6956d54705d6806 (diff) | |
style(now): rename tags in now
Diffstat (limited to 'data.go')
| -rw-r--r-- | data.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,10 +48,10 @@ type Person struct { Name string `json:"name" toml:"name"` Pronouns string `json:"pronouns" toml:"pronouns"` Image string `json:"image" toml:"image"` - Tags []*Tag `json:"tags" toml:"tags"` + Now []*Now `json:"now" toml:"now"` } -type Tag struct { +type Now struct { Name string `json:"name" toml:"name"` Description string `json:"description" toml:"description"` Link string `json:"link" toml:"link"` |
