func go.uber.org/atomic.NewInt32

2 uses

	go.uber.org/atomic (current package)
		int32.go#L39: func NewInt32(val int32) *Int32 {

	go.uber.org/zap
		level.go#L80: 		l: atomic.NewInt32(int32(InfoLevel)),