fix
This commit is contained in:
parent
9415ce4c37
commit
9a1a99985c
|
@ -8,6 +8,6 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
lessons := parser.ParseByDay(date.Today(-48*time.Hour))
|
lessons := parser.ParseByDay(date.Today(-48 * time.Hour))
|
||||||
fmt.Println(lessons)
|
fmt.Println(lessons)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue