RFMRCLJXZIUTMQOGKVN2YYYJC2HHDJP6NS6K7P6PGIZ3S6QF77SAC
RTQQLOCOBMMY5RQ6QI7TYKILLSSW5YNVPA33NL4MHM27QXMOCKPQC
Y7VFVY6EMR7FMVCTPLBIYVRI2DJTOSUK7LSRRRIODT3G57FR7Z4QC
"strings"
fmt.Println("committer", c.Authors[0], formatTime(c.Timestamp))
author := c.Authors[0] author = strings.Replace(author, "() <", "<", 1) fmt.Println("committer", author, formatTime(c.Timestamp))
author := c.Authors[0]
author = strings.Replace(author, "() <", "<", 1)
fmt.Println("committer", author, formatTime(c.Timestamp))