mirror of
https://github.com/yusing/godoxy.git
synced 2025-08-03 06:57:02 +00:00
5 lines
62 B
Go
5 lines
62 B
Go
package atomic
|
|
|
|
import "sync/atomic"
|
|
|
|
type Bool = atomic.Bool
|