mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-18 15:23:51 +01:00
fix timezone by adding tz_data package, dns lookup workaround, panel fix
This commit is contained in:
@@ -17,6 +17,7 @@ func main() {
|
||||
var err error
|
||||
flag.Parse()
|
||||
runtime.GOMAXPROCS(runtime.NumCPU())
|
||||
time.Now().Zone()
|
||||
|
||||
dockerClient, err = client.NewClientWithOpts(client.FromEnv, client.WithAPIVersionNegotiation())
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user