Signed-off-by: devad <cossjie@foxmail.com>
This commit is contained in:
devad 2022-04-02 18:19:56 +08:00
parent 42e11cd2d6
commit bd3c8e71e5
3 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
package tenanter package tenanter
import ( import (
"gitlink.org.cn/JCCE/PCM/lan_trans/idl/pbtenant"
"os" "os"
"testing" "testing"
"PCM/lan_trans/go/idl/pbtenant"
) )
var ( var (

View File

@ -43,7 +43,7 @@ func run() error {
func main() { func main() {
var configFile string var configFile string
flag.StringVar(&configFile, "conf", "config.yaml", "configs/config.yaml") flag.StringVar(&configFile, "conf", "configs/config.yaml", "config.yaml")
flag.Parse() flag.Parse()
defer glog.Flush() defer glog.Flush()