forked from mirror/abool
Golang is not Go
This commit is contained in:
parent
3c25f2fe7c
commit
9b9efcf221
|
@ -2,7 +2,7 @@
|
||||||
[![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)
|
||||||
|
|
||||||
Atomic Boolean library for Golang, optimized for performance yet simple to use.
|
Atomic Boolean library for Go, optimized for performance yet simple to use.
|
||||||
|
|
||||||
Use this for cleaner code.
|
Use this for cleaner code.
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ type Foo struct {
|
||||||
|
|
||||||
## Benchmark:
|
## Benchmark:
|
||||||
|
|
||||||
- Golang 1.6.2
|
- Go 1.6.2
|
||||||
- OS X 10.11.4
|
- OS X 10.11.4
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
Loading…
Reference in New Issue