test
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-12-31 00:43:53 +08:00
parent e1a02c8afb
commit cdd70a9ae3
8 changed files with 9 additions and 9 deletions
@@ -1,7 +1,7 @@
package main
import (
"git.icechen.cn/pkg/go-template/app/service/example_service/internal/user"
"git.icechen.cn/${REPO_NAME}/${REPO_NAME}/app/service/example_service/internal/user"
)
func main() {
@@ -2,7 +2,7 @@ package user
import (
"context"
"git.icechen.cn/pkg/go-template/pkg/proto/example_service"
"git.icechen.cn/${REPO_NAME}/${REPO_NAME}/pkg/proto/example_service"
"google.golang.org/grpc"
"google.golang.org/grpc/reflection"
"google.golang.org/protobuf/types/known/emptypb"