1 2 3 4 5 6 7 8 9
package internal import "time" type vote struct { From string IDs []string time time.Time }