From 6bf12144fffc92bd17d51d71fa1c0a33dbc1692d Mon Sep 17 00:00:00 2001 From: Iman Tumorang Date: Sat, 18 Apr 2020 13:21:23 +0700 Subject: [PATCH] chore: update README.md adding badge for pkg.go.dev (#90) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d74d021..e215cfc 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Faker will generate you a fake data based on your Struct. [![Go Report Card](https://goreportcard.com/badge/github.com/bxcodec/faker)](https://goreportcard.com/report/github.com/bxcodec/faker) [![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/bxcodec/faker/blob/master/LICENSE) [![GoDoc](https://godoc.org/github.com/bxcodec/faker?status.svg)](https://godoc.org/github.com/bxcodec/faker) - +[![Go.Dev](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/bxcodec/faker/v3?tab=doc) + ## Index * [Support](#support) @@ -24,7 +25,7 @@ Faker will generate you a fake data based on your Struct. ## Support You can file an [Issue](https://github.com/bxcodec/faker/issues/new). -See documentation in [Godoc](https://godoc.org/github.com/bxcodec/faker) +See documentation in [Godoc](https://godoc.org/github.com/bxcodec/faker) or in [Go.Dev](https://pkg.go.dev/github.com/bxcodec/faker/v3?tab=doc) ## Getting Started