修复在Windows上的编译问题

This commit is contained in:
GoEdgeLab
2021-03-10 15:02:56 +08:00
parent 4ffa31337d
commit 52f02a2359

View File

@@ -4,6 +4,7 @@ package utils
import ( import (
"fmt" "fmt"
teaconst "github.com/TeaOSLab/EdgeAPI/internal/const"
"github.com/iwind/TeaGo/Tea" "github.com/iwind/TeaGo/Tea"
"golang.org/x/sys/windows" "golang.org/x/sys/windows"
"golang.org/x/sys/windows/svc" "golang.org/x/sys/windows/svc"