Remove empty parentheses after author name

andybalholm
Mar 11, 2023, 6:26 PM
RFMRCLJXZIUTMQOGKVN2YYYJC2HHDJP6NS6K7P6PGIZ3S6QF77SAC

Dependencies

  • [2] RTQQLOCO Use real metadata, but no content yet
  • [3] Y7VFVY6E Initial dummy version

Change contents

  • edit in main.go at line 9
    [2.43]
    [3.63]
    "strings"
  • replacement in main.go at line 72
    [2.1326][2.1326:1392]()
    fmt.Println("committer", c.Authors[0], formatTime(c.Timestamp))
    [2.1326]
    [2.1392]
    author := c.Authors[0]
    author = strings.Replace(author, "() <", "<", 1)
    fmt.Println("committer", author, formatTime(c.Timestamp))