forked from mirror/abool
fix
This commit is contained in:
parent
6cb228f979
commit
1262b81a46
|
@ -1,8 +1,5 @@
|
|||
# ABool :bulb:
|
||||
|
||||
[![Go Report Card](https://goreportcard.com/badge/git.internal/re)](https://goreportcard.com/report/git.internal/re)
|
||||
[![GoDoc](https://godoc.org/git.internal/re?status.svg)](https://godoc.org/git.internal/re)
|
||||
|
||||
Atomic Boolean package for Go, optimized for performance yet simple to use.
|
||||
|
||||
Designed for cleaner code.
|
||||
|
@ -10,7 +7,7 @@ Designed for cleaner code.
|
|||
## Usage
|
||||
|
||||
```go
|
||||
import "git.internal/re/v2"
|
||||
import "git.internal/re/abool/v2"
|
||||
|
||||
cond := abool.New() // default to false
|
||||
|
||||
|
|
Loading…
Reference in New Issue