Skip to content

Commit

Permalink
Golang is not Go
Browse files Browse the repository at this point in the history
  • Loading branch information
tevino authored Sep 17, 2017
1 parent 3c25f2f commit 9b9efcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![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)

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.

Expand All @@ -28,7 +28,7 @@ type Foo struct {

## Benchmark:

- Golang 1.6.2
- Go 1.6.2
- OS X 10.11.4

```shell
Expand Down

0 comments on commit 9b9efcf

Please sign in to comment.