fix: workdir path error

This commit is contained in:
deepzz0
2021-05-08 10:54:21 +08:00
parent 79ac024312
commit c18f3b7da9
7 changed files with 40 additions and 7 deletions

7
pkg/config/pro.go Normal file
View File

@@ -0,0 +1,7 @@
// +build prod
// Package config provides ...
package config
// workDir production use current dir
var workDir = func() string { return "" }