package text import "fmt" const ( DataMention = `` ) // ` // testing // // // ` func Mention(gid string) string { return fmt.Sprintf(DataMention, gid) }