jamesread
vor 5 Jahren
Ursprung
Commit
dc76ca9a38
1 geänderte Dateien mit
10 neuen und
0 gelöschten Zeilen
-
10
0
tools.go
|
@@ -0,0 +1,10 @@
|
|
|
|
|
+// +build tools
|
|
|
|
|
+
|
|
|
|
|
+package tools
|
|
|
|
|
+
|
|
|
|
|
+import (
|
|
|
|
|
+ _ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway"
|
|
|
|
|
+ _ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
|
|
|
|
|
+ _ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
|
|
|
|
|
+ _ "google.golang.org/protobuf/cmd/protoc-gen-go"
|
|
|
|
|
+)
|