From 1cedb9d545400a9f1077c6bec55bc7a6819b3c73 Mon Sep 17 00:00:00 2001 From: Sam Balana Date: Wed, 9 Aug 2017 20:52:03 -0700 Subject: [PATCH] Add helpful links in README This adds a link to https://goreportcard.com/ and https://godoc.org/ in the form of shields from http://shields.io/ --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18cab66..94bd1c2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ui: platform-native GUI library for Go +[![Go Report Card](https://goreportcard.com/badge/github.com/andlabs/ui)](https://goreportcard.com/report/github.com/andlabs/ui) [![GoDoc](https://godoc.org/github.com/andlabs/ui?status.svg)](https://godoc.org/github.com/andlabs/ui) + # Update 5 June 2016: You can FINALLY `go get` this package! `go get` should work out of the box for the following configurations: