1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Blank import tzdata to fix bug on Windows host

This commit is contained in:
Todd Trimble 2020-10-11 13:05:45 -04:00
parent 2f70693656
commit 3ea1d4542a

View File

@ -10,6 +10,8 @@ import (
"log"
"os"
_ "time/tzdata"
"github.com/logrusorgru/aurora"
"github.com/olebedev/config"
"github.com/pkg/profile"