From 9b9efcf221b50905aab9bbabd3daed56dc10f339 Mon Sep 17 00:00:00 2001 From: Tevin Date: Sun, 17 Sep 2017 14:19:28 +0800 Subject: [PATCH] Golang is not Go --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15565fd..042d1ca 100644 --- a/README.md +++ b/README.md @@ -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. @@ -28,7 +28,7 @@ type Foo struct { ## Benchmark: -- Golang 1.6.2 +- Go 1.6.2 - OS X 10.11.4 ```shell