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 committed by Chris Cummer
parent b527d9c4da
commit 0e4f5e8bf8

View File

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