v1.5.0
Changed
- With Go modules, only the
go.uber.org/atomic
import path is supported now.
If you need to use the old import path, please add areplace
directive to
yourgo.mod
.
go.uber.org/atomic
import path is supported now.replace
directive togo.mod
.