mirror of
https://github.com/arnaucube/argos.git
synced 2026-02-07 19:16:40 +01:00
screen
This commit is contained in:
@@ -19,7 +19,7 @@ func printBar(n int) {
|
||||
|
||||
func printDays(days map[string]int) {
|
||||
for i := 0; i < len(week); i++ {
|
||||
fmt.Print(week[i] + " - " + strconv.Itoa(days[week[i]]))
|
||||
fmt.Print(week[i] + " - " + strconv.Itoa(days[week[i]]) + "tw")
|
||||
fmt.Print(" ")
|
||||
printBar(days[week[i]])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user