Commit f6f6709f authored by georgehao's avatar georgehao

feat: fix imports

parent f6d6219c
...@@ -23,11 +23,11 @@ import ( ...@@ -23,11 +23,11 @@ import (
) )
import ( import (
"github.com/apache/dubbo-getty"
"github.com/dubbogo/gost/sync" "github.com/dubbogo/gost/sync"
) )
import ( import (
"github.com/apache/dubbo-getty"
"github.com/apache/dubbo-getty/demo/hello" "github.com/apache/dubbo-getty/demo/hello"
tls "github.com/apache/dubbo-getty/demo/hello/tls" tls "github.com/apache/dubbo-getty/demo/hello/tls"
"github.com/apache/dubbo-getty/demo/util" "github.com/apache/dubbo-getty/demo/util"
......
...@@ -20,17 +20,16 @@ package main ...@@ -20,17 +20,16 @@ package main
import ( import (
"flag" "flag"
"path/filepath" "path/filepath"
tls "github.com/apache/dubbo-getty/demo/hello/tls"
) )
import ( import (
"github.com/apache/dubbo-getty"
gxsync "github.com/dubbogo/gost/sync" gxsync "github.com/dubbogo/gost/sync"
) )
import ( import (
"github.com/apache/dubbo-getty"
"github.com/apache/dubbo-getty/demo/util" "github.com/apache/dubbo-getty/demo/util"
tls "github.com/apache/dubbo-getty/demo/hello/tls"
) )
var ( 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