Extend schedule, fix whole class days

This commit is contained in:
Ian Gulliver
2020-09-28 00:43:01 +00:00
parent 61add76123
commit 519edb6b62
2 changed files with 9 additions and 1 deletions

View File

@@ -23,6 +23,14 @@ var tags = TagMap{
Start: "2020-09-21",
Value: "B",
},
TagChange{
Start: "2020-09-28",
Value: "A",
},
TagChange{
Start: "2020-10-05",
Value: "B",
},
},
}