mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-28 04:46:41 -04:00
Address JetBrains warnings; update documentation + draft release notes
This commit is contained in:
@@ -106,7 +106,7 @@ func EntryListGen() {
|
||||
// print header bar w/total entry count
|
||||
sb.WriteString("\n")
|
||||
sb.WriteString(ansiBlackOnWhite)
|
||||
fmt.Fprint(&sb, len(entryMap))
|
||||
_, _ = fmt.Fprint(&sb, len(entryMap))
|
||||
sb.WriteString(" libmutton entries:")
|
||||
sb.WriteString(back.AnsiReset)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user