From: Nathan Youngman Date: Fri, 14 Jan 2022 05:07:14 +0000 (-0700) Subject: maintainers wanted X-Git-Tag: v1.7.2~133 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=62a598a8847cd850def73ff9a90e1e15f327d8c8;p=fsnotify.git maintainers wanted --- diff --git a/README.md b/README.md index 238306f..c67b5eb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # File system notifications for Go -[![Go Reference](https://pkg.go.dev/badge/github.com/fsnotify/fsnotify.svg)](https://pkg.go.dev/github.com/fsnotify/fsnotify) [![Go Report Card](https://goreportcard.com/badge/github.com/fsnotify/fsnotify)](https://goreportcard.com/report/github.com/fsnotify/fsnotify) +[![Go Reference](https://pkg.go.dev/badge/github.com/fsnotify/fsnotify.svg)](https://pkg.go.dev/github.com/fsnotify/fsnotify) [![Go Report Card](https://goreportcard.com/badge/github.com/fsnotify/fsnotify)](https://goreportcard.com/report/github.com/fsnotify/fsnotify) [![Maintainers Wanted](https://img.shields.io/badge/maintainers-wanted-red.svg)](https://github.com/fsnotify/fsnotify/issues/183) + + fsnotify utilizes [golang.org/x/sys](https://godoc.org/golang.org/x/sys) rather than `syscall` from the standard library.