Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 529 Bytes

File metadata and controls

25 lines (19 loc) · 529 Bytes

This is related to the following article: My Clean Architecture Go Application

install required dev tools

go install \
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 \
google.golang.org/grpc/cmd/protoc-gen-go-grpc

start it

make up

run tests

make up
go test ./...