This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Description
I have dependency on other Go project's executable, in my case protoc-gen-go, I've vendored the library but as trash works it's just remove "main" go file since it's not imported anywhere in my project.
Currently I've created ./cmd/protoc-gen-go/main.go which is just a copy of github.com/golang/protobuf/protoc-gen-go/main.go but this seems very odd. Is there any other and better options?