[go-nuts] Re: How to install protoc-gen-go (Go protocol buffer compiler plugin) in windows ?

2021-03-22 Thread Joseph Hoeller
How do you do this on Windows? On Thursday, June 25, 2015 at 9:20:02 AM UTC-4 Joshua wrote: > I use both. Did you include the %GOPATH%/bin in your %PATH%? > > Joshua > > > On Thursday, June 25, 2015 at 9:17:51 AM UTC-4, Aravinth Veeramuthu wrote: >> >> Yes, I download it.But i have some problem t

[go-nuts] Re: How to install protoc-gen-go (Go protocol buffer compiler plugin) in windows ?

2021-03-11 Thread Joseph Hoeller
whats the path spec for --proto_path for windows, ive been trying to target the go file with its path and im just not getting it in win10 with wsl2 enabled. On Thursday, June 25, 2015 at 6:59:56 AM UTC-4 Joshua wrote: > go get -u github.com/golang/protobuf/protoc-gen-go > > > On Thursday, June