On Monday, February 26, 2018 at 11:48:36 AM UTC-5, Jakob Borg wrote: > > On 26 Feb 2018, at 16:38, [email protected] <javascript:> wrote: > > > Will the "sync/atomic" package get broken? > This atomic package imports unsafe. > > > If changes to unsafe break sync/atomic it’s up to the Go team to fix > sync/atomic before releasing. Much like it’s up to other package authors to > make sure their packages work when unsafe changes, if they depend on > package unsafe. You can depend on sync/atomic working. >
I mean whether or not the prototypes of the pointer functions in the atomic packages will change? > > //jb > > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
