Re: [go-nuts] How to manage multiple versions of Go?

2017-06-26 Thread st ov
Thanks for all the references and advice. All the suggested approaches have helped give me sense of how to handle it. On Sunday, June 25, 2017 at 2:08:45 PM UTC-7, Christoph Berger wrote: > > > Could you go into a bit more detail on how you would setup a local > docker container for your Go de

Re: [go-nuts] How to manage multiple versions of Go?

2017-06-25 Thread Christoph Berger
> Reproducible builds is common nowadays and that requires you use the same > version of the Go compiler, for instance. Agreed. I did not want to imply that *my* experience with Go compatibility must apply to everyone else. > On the other hand, if you do containerize your world anyhow, that ma

Re: [go-nuts] How to manage multiple versions of Go?

2017-06-25 Thread Christoph Berger
> Could you go into a bit more detail on how you would setup a local docker > container for your Go development? One example has been given by buddyspike already. Two blog articles for getting started: https://blog.docker.com/2016/09/docker-golang/

[go-nuts] How to manage multiple versions of Go?

2017-06-24 Thread st ov
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 receiv