From: Nathan Youngman Date: Fri, 8 Jul 2022 16:16:12 +0000 (-0600) Subject: This project is archived (#459) X-Git-Tag: v1.7.2~116 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=37badf6c35be073bcc62da81b4a9c3208d35eb32;p=fsnotify.git This project is archived (#459) --- diff --git a/README.md b/README.md index 0731c5e..da09b41 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ # 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) [![Maintainers Wanted](https://img.shields.io/badge/maintainers-wanted-red.svg)](https://github.com/fsnotify/fsnotify/issues/413) +[![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) -fsnotify utilizes [`golang.org/x/sys`](https://pkg.go.dev/golang.org/x/sys) rather than [`syscall`](https://pkg.go.dev/syscall) from the standard library. +## This project is archived. -Cross platform: Windows, Linux, BSD and macOS. +[Details](https://github.com/fsnotify/fsnotify/issues/413) of this decision. + +## Cross platform + +`fsnotify` supports Windows, Linux, BSD and macOS with a common API. | Adapter | OS | Status | | --------------------- | -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | @@ -21,6 +25,8 @@ Cross platform: Windows, Linux, BSD and macOS. Please see [the documentation](https://pkg.go.dev/github.com/fsnotify/fsnotify) and consult the [FAQ](#faq) for usage information. +NOTE: fsnotify utilizes [`golang.org/x/sys`](https://pkg.go.dev/golang.org/x/sys) rather than [`syscall`](https://pkg.go.dev/syscall) from the standard library. + ## API stability fsnotify is a fork of [howeyc/fsnotify](https://github.com/howeyc/fsnotify) with a new API as of v1.0. The API is based on [this design document](http://goo.gl/MrYxyA).