diff options
Diffstat (limited to 'internal/vote.go')
| -rw-r--r-- | internal/vote.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/vote.go b/internal/vote.go index 7c7268a..322c620 100644 --- a/internal/vote.go +++ b/internal/vote.go @@ -4,6 +4,6 @@ import "time" type vote struct { From string - //IDs []string + IDs []string time time.Time } |
