chore: reorg imports (#2745)

* chore: reorg imports

* chore: format code
This commit is contained in:
Kevin Wan
2023-01-03 22:26:45 +08:00
committed by GitHub
parent deefc1a8eb
commit ec7ac43948
11 changed files with 16 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ package server
import (
"context"
"github.com/zeromicro/go-zero/tools/goctl/example/rpc/hello/internal/logic/greet"
greetlogic "github.com/zeromicro/go-zero/tools/goctl/example/rpc/hello/internal/logic/greet"
"github.com/zeromicro/go-zero/tools/goctl/example/rpc/hello/internal/svc"
"github.com/zeromicro/go-zero/tools/goctl/example/rpc/hello/pb/hello"
)