GoDoxy/internal/utils/atomic/bool.go
2025-02-25 04:29:07 +08:00

5 lines
62 B
Go

package atomic
import "sync/atomic"
type Bool = atomic.Bool