From f0efe3b9cb65fab8ae93c175893ab317381beb40 Mon Sep 17 00:00:00 2001 From: Ivan Daniluk Date: Sun, 3 May 2015 21:58:03 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b34ddfb..43e3130 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ExpvarMon +[![Build Status](https://drone.io/github.com/divan/expvarmon/status.png)](https://drone.io/github.com/divan/expvarmon/latest) + TermUI based Go apps monitor using [expvars](http://golang.org/pkg/expvar/) variables (/debug/vars). Quickest way to monitor your Go app. ## Introduction