[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

[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-04-11 Thread Emerson Paguia
I am using Ubuntu 20.04, Golang 16.2, then I downloaded the required protobuf release here: https://github.com/protocolbuffers/protobuf/releases/download/v3.15.8/protoc-3.15.8-linux-aarch_64.zip for my system, and extract it in "Download directory", well you say that in No. 2: - Unzip and a

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

2020-04-04 Thread m . rostami9710
Thank you, the problem was the same and surprisingly it has solved by step 7. I have never seen this on a Linux box before, poor Windows. :) On Thursday, June 25, 2015 at 9:25:47 PM UTC+4:30, Joshua wrote: > > Here is the step by step directions: > >1. Download protoc-win32.zip from >h