From 55be5581bdfc4c46383fc0a15409b9c79aca41be Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Fri, 3 Mar 2017 06:56:36 -0600 Subject: [PATCH] Add godoc and report card badges to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af7a1fd..bc2a1a5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ cast ==== +[![GoDoc](https://godoc.org/github.com/spf13/cast?status.svg)](https://godoc.org/github.com/spf13/cast) +[![Go Report Card](https://goreportcard.com/badge/github.com/spf13/cast)](https://goreportcard.com/report/github.com/spf13/cast) Easy and safe casting from one type to another in Go