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 development? > > One example has been given by buddyspike already. > > Two blog articles for getting started: > > https://blog.docker.com/2016/09/docker-golang/ > > > https://medium.com/statuscode/golang-docker-for-development-and-production-ce3ad4e69673 > > > >Also how does the following experience relate to the compatibility > promise? > > https://github.com/moovweb/gvm#background > > > I cannot comment on this experience as there aren’t any details included. > > I acknowledge that in reality there is no such thing as 100% > compatibility. So far, compatibility issues have been no problem *for me*, > but I can only speak for myself. > > > On 25. Jun 2017, at 20:16, st ov <so.q...@gmail.com <javascript:>> wrote: > > 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 a topic in the > Google Groups "golang-nuts" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/golang-nuts/uAcPk39Tb0I/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > golang-nuts...@googlegroups.com <javascript:>. > For more options, visit https://groups.google.com/d/optout. > > > -- 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.