test
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
cdd70a9ae3
commit
cfc33380b0
|
@ -2,8 +2,8 @@ package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"git.icechen.cn/${REPO_NAME}/${REPO_NAME}/pkg/proto/example_service"
|
"git.icechen.cn/${REPO_OWNER}/${REPO_NAME}/pkg/proto/example_service"
|
||||||
"git.icechen.cn/${REPO_NAME}/${REPO_NAME}/pkg/rpc"
|
"git.icechen.cn/${REPO_OWNER}/${REPO_NAME}/pkg/rpc"
|
||||||
"google.golang.org/protobuf/types/known/emptypb"
|
"google.golang.org/protobuf/types/known/emptypb"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"git.icechen.cn/${REPO_NAME}/${REPO_NAME}/app/service/example_service/internal/user"
|
"git.icechen.cn/${REPO_OWNER}/${REPO_NAME}/app/service/example_service/internal/user"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
|
@ -2,7 +2,7 @@ package user
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"git.icechen.cn/${REPO_NAME}/${REPO_NAME}/pkg/proto/example_service"
|
"git.icechen.cn/${REPO_OWNER}/${REPO_NAME}/pkg/proto/example_service"
|
||||||
"google.golang.org/grpc"
|
"google.golang.org/grpc"
|
||||||
"google.golang.org/grpc/reflection"
|
"google.golang.org/grpc/reflection"
|
||||||
"google.golang.org/protobuf/types/known/emptypb"
|
"google.golang.org/protobuf/types/known/emptypb"
|
||||||
|
|
Loading…
Reference in New Issue