package models import "time" type Comment struct { Id int IsVerified bool Time time.Time FormattedTime string Name string Content string }