package main type CommentStruct struct { Name string Address string Aliases []string }