test
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-12-31 00:47:27 +08:00
parent cdd70a9ae3
commit cfc33380b0
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ package main
import (
"context"
"git.icechen.cn/${REPO_NAME}/${REPO_NAME}/pkg/proto/example_service"
"git.icechen.cn/${REPO_NAME}/${REPO_NAME}/pkg/rpc"
"git.icechen.cn/${REPO_OWNER}/${REPO_NAME}/pkg/proto/example_service"
"git.icechen.cn/${REPO_OWNER}/${REPO_NAME}/pkg/rpc"
"google.golang.org/protobuf/types/known/emptypb"
)