From 01528cd2518e099195b508e30a6119fd9b14a6f7 Mon Sep 17 00:00:00 2001 From: Prasad Ghangal Date: Wed, 15 Jan 2020 20:21:42 +0530 Subject: [PATCH] Add godoc reference badge in README (#18) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8412500..9a2fde4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Microsoft Bot Framework SDK for Go -[![Build Status](https://travis-ci.org/infracloudio/msbotbuilder-go.svg?branch=develop)](https://travis-ci.org/infracloudio/msbotbuilder-go) +[![Build Status](https://travis-ci.org/infracloudio/msbotbuilder-go.svg?branch=develop)](https://travis-ci.org/infracloudio/msbotbuilder-go) [![GoDoc](https://godoc.org/github.com/infracloudio/msbotbuilder-go?status.svg)](https://godoc.org/github.com/infracloudio/msbotbuilder-go) This repository is the Go version of the Microsoft Bot Framework SDK. It facilitates developers to build bot applications using the Go language.