Commit f6f6709f authored by georgehao's avatar georgehao

feat: fix imports

parent f6d6219c
......@@ -23,11 +23,11 @@ import (
)
import (
"github.com/apache/dubbo-getty"
"github.com/dubbogo/gost/sync"
)
import (
"github.com/apache/dubbo-getty"
"github.com/apache/dubbo-getty/demo/hello"
tls "github.com/apache/dubbo-getty/demo/hello/tls"
"github.com/apache/dubbo-getty/demo/util"
......
......@@ -20,17 +20,16 @@ package main
import (
"flag"
"path/filepath"
tls "github.com/apache/dubbo-getty/demo/hello/tls"
)
import (
"github.com/apache/dubbo-getty"
gxsync "github.com/dubbogo/gost/sync"
)
import (
"github.com/apache/dubbo-getty"
"github.com/apache/dubbo-getty/demo/util"
tls "github.com/apache/dubbo-getty/demo/hello/tls"
)
var (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment