mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-18 09:27:17 +01:00
6 lines
62 B
Go
6 lines
62 B
Go
package atomic
|
|
|
|
import "sync/atomic"
|
|
|
|
type Bool = atomic.Bool
|