Skip to content

Commit

Permalink
style: improve import
Browse files Browse the repository at this point in the history
  • Loading branch information
L2ncE authored Apr 4, 2023
1 parent efd3dd5 commit e3af90f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions example/custom-config/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ import (
"context"
"log"

"github.com/cloudwego/kitex-examples/hello/kitex_gen/api"
"github.com/cloudwego/kitex-examples/hello/kitex_gen/api/hello"
consulapi "github.com/hashicorp/consul/api"

"github.com/cloudwego/kitex/pkg/registry"
"github.com/cloudwego/kitex/server"
consulapi "github.com/hashicorp/consul/api"
consul "github.com/kitex-contrib/registry-consul"
"github.com/kitex-contrib/registry-consul/example/hello/kitex_gen/api"
"github.com/kitex-contrib/registry-consul/example/hello/kitex_gen/api/hello"
)

type HelloImpl struct{}
Expand Down

0 comments on commit e3af90f

Please sign in to comment.