Golang is not Go

This commit is contained in:
Tevin 2017-09-17 14:19:28 +08:00 committed by GitHub
parent 3c25f2fe7c
commit 9b9efcf221
1 changed files with 2 additions and 2 deletions

View File

@ -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