[go-nuts] Re: Flutter and golang

2018-03-10 Thread Brian Slesinsky
On Saturday, March 10, 2018 at 12:28:19 PM UTC-8, Ged Wed wrote: > > Flutter now runs on all desktops and mobiles officially. The desktop > version was announced 2 weeks ago and already Linux and macOS works, with > Windows probably being a few weeks away from what I guesstimate. > Could you ex

[go-nuts] Re: Go += Package Versioning

2018-02-20 Thread Brian Slesinsky
I'm wondering how to respond to security patches. After a patch, any go.mod file mentioning an older version of the library is a candidate for version-bumping: download the new version, test, and do a commit with the new version number if all goes well. It's nice that it can be done in any orde