From 3c25f2fe7cd0ef3eabefce1d90efd69a65d35b12 Mon Sep 17 00:00:00 2001 From: Tevin Zhang Date: Tue, 28 Jun 2016 18:11:33 +0800 Subject: [PATCH] Add Go Report Card --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3428a64..15565fd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # ABool :bulb: +[![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.