Add godoc and report card badges to README

This commit is contained in:
Cameron Moore 2017-03-03 06:56:36 -06:00 committed by Bjørn Erik Pedersen
parent 10b6280cf2
commit 55be5581bd
1 changed files with 2 additions and 0 deletions

View File

@ -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