From: Nathan Youngman Date: Sun, 2 Oct 2016 05:17:20 +0000 (-0600) Subject: readme: remove gocover.io badge X-Git-Tag: v1.7.2~187 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=c07fd863aee264025aa0ef438bf9d2046c803493;p=fsnotify.git readme: remove gocover.io badge [ci skip] --- diff --git a/README.md b/README.md index 5ebce86..3c891e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # File system notifications for Go -[![GoDoc](https://godoc.org/github.com/fsnotify/fsnotify?status.svg)](https://godoc.org/github.com/fsnotify/fsnotify) [![Go Report Card](https://goreportcard.com/badge/github.com/fsnotify/fsnotify)](https://goreportcard.com/report/github.com/fsnotify/fsnotify) [![Coverage](http://gocover.io/_badge/github.com/fsnotify/fsnotify)](http://gocover.io/github.com/fsnotify/fsnotify) +[![GoDoc](https://godoc.org/github.com/fsnotify/fsnotify?status.svg)](https://godoc.org/github.com/fsnotify/fsnotify) [![Go Report Card](https://goreportcard.com/badge/github.com/fsnotify/fsnotify)](https://goreportcard.com/report/github.com/fsnotify/fsnotify) fsnotify utilizes [golang.org/x/sys](https://godoc.org/golang.org/x/sys) rather than `syscall` from the standard library. Ensure you have the latest version installed by running: