From 815369492f9b587814267554c2ecf7ba1b08cb6b Mon Sep 17 00:00:00 2001 From: Sebastian Zagrodzki Date: Wed, 23 May 2018 10:06:27 +0200 Subject: [PATCH] Add AppVeyor badge. (#41) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a96c304..b3ead37 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Introduction [![Build Status][ciimg]][ci] [![GoDoc][docimg]][doc] [![Coverage Status][coverimg]][cover] +[![Build status][appveimg]][appveyor] + The gousb package is an attempt at wrapping the libusb library into a Go-like binding. @@ -23,6 +25,8 @@ As of 2017-07-13 the 2.0 API is considered stable and 1.0 is deprecated. [ci]: https://travis-ci.org/google/gousb [docimg]: https://godoc.org/github.com/google/gousb?status.svg [doc]: https://godoc.org/github.com/google/gousb +[appveimg]: https://ci.appveyor.com/api/projects/status/661qp7x33o3wqe4o?svg=true +[appveyor]: https://ci.appveyor.com/project/zagrodzki/gousb Documentation =============