Could you go into a bit more detail on how you would setup a local docker 
container for your Go development?

Also how does the following experience relate to the compatibility promise?
https://github.com/moovweb/gvm#background

Thanks!



On Sunday, June 25, 2017 at 7:36:20 AM UTC-7, Christoph Berger wrote:
>
> Thanks to the Go 1 Compatibility Promise, it was never a problem for me to 
> always use the latest Go version (via Homebrew, BTW, which keeps my Go 
> installation up-to-date with next-to-zero effort). 
>
> If I ever have the need to use an older version, I'd probably use Docker 
> for that. 
>
> Advantages of using Go within a Docker container:
>
> * No accidental mixing of Go versions
> * No multi-GOPATH hassle
> * Can be removed cleanly when not needed anymore.
>
> On Saturday, June 24, 2017 at 10:12:38 PM UTC+2, st ov wrote:
>>
>> Do you use gvm? https://github.com/moovweb/gvm
>> Is there a simpler way?
>>
>> How do you avoid conflicts with Homebrew? Should I not run 'brew install 
>> go'?
>>
>>
>>

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to