You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
The idea is to restore specific paths that you want to keep by copying them in from Trash's cache of that repo (which will be at the appropriate version immediately after Trash has used it, obviously not concurrently safe, though you can use a custom trash cache location).
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?The text was updated successfully, but these errors were encountered: