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 to run the command and it 
>> shows --go_out protoc-gen-go : The system cannot find the file specified.
>> Are u the Windows user or Linux user?
>>
>> On Thursday, June 25, 2015 at 4:59:46 PM UTC+5:30, Joshua wrote:
>>>
>>> Did you download protoc? protoc uses the protoc-gen-go as a plugin. I 
>>> usually just use something like this:
>>>    protoc --go_out=. *.proto
>>>
>>> Joshua
>>>
>>> On Thursday, June 25, 2015 at 5:02:43 AM UTC-4, Aravinth Veeramuthu 
>>> wrote:
>>>>
>>>> How to install protoc-gen-go (Go protocol buffer compiler plugin) in 
>>>> windows ?
>>>>
>>>> I have a problem when i convert the *.proto type protocol buffer file 
>>>> into the *.pb.go format using protoc-gen-go Complier.
>>>>
>>>> I got the following error...
>>>>
>>>> -go_out: protoc-gen-go: The system cannot find the file specified.
>>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/952e6a82-097f-4304-8c23-45c53b897ad1n%40googlegroups.com.

Reply via email to