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