mirror of https://github.com/tevino/abool.git
Refine README
This commit is contained in:
parent
d91eb651d5
commit
28ae9aa985
|
@ -1,4 +1,5 @@
|
||||||
# ABool :bulb:
|
# ABool :bulb:
|
||||||
|
|
||||||
[![Go Report Card](https://goreportcard.com/badge/github.com/tevino/abool)](https://goreportcard.com/report/github.com/tevino/abool)
|
[![Go Report Card](https://goreportcard.com/badge/github.com/tevino/abool)](https://goreportcard.com/report/github.com/tevino/abool)
|
||||||
[![GoDoc](https://godoc.org/github.com/tevino/abool?status.svg)](https://godoc.org/github.com/tevino/abool)
|
[![GoDoc](https://godoc.org/github.com/tevino/abool?status.svg)](https://godoc.org/github.com/tevino/abool)
|
||||||
|
|
||||||
|
@ -52,7 +53,7 @@ BenchmarkMutexToggle-4 50000000 32.6 ns/op
|
||||||
BenchmarkAtomicBoolToggle-4 300000000 5.21 ns/op # <--- This package
|
BenchmarkAtomicBoolToggle-4 300000000 5.21 ns/op # <--- This package
|
||||||
```
|
```
|
||||||
|
|
||||||
## Thanks to these Contributors
|
## Special thanks to contributors
|
||||||
|
|
||||||
- [@barryz](https://github.com/barryz)
|
- [@barryz](https://github.com/barryz)
|
||||||
- Added the `Toggle` method
|
- Added the `Toggle` method
|
||||||
|
|
Loading…
Reference in New Issue