url-shortener/tools/tools.go

8 lines
215 B
Go
Raw Normal View History

2024-09-23 10:27:21 -07:00
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/protobuf/cmd/protoc-gen-go"
)