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
+2 -3
View File
@@ -2,9 +2,8 @@ package main
import (
"context"
"git.icechen.cn/pkg/go-template/pkg/proto/example_service"
"git.icechen.cn/pkg/go-template/pkg/rpc"
"github.com/gofiber/fiber/v2"
"git.icechen.cn/${REPO_NAME}/${REPO_NAME}/pkg/proto/example_service"
"git.icechen.cn/${REPO_NAME}/${REPO_NAME}/pkg/rpc"
"google.golang.org/protobuf/types/known/emptypb"
)