From: Tobias Klauser Date: Sun, 24 Apr 2022 03:11:16 +0000 (+0200) Subject: README.md: link to pkg.go.dev for golang.org/x/sys package (#441) X-Git-Tag: v1.7.2~119 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=b52bbe8d17e09f5b8ce7a4299b0e907f59b1ac78;p=fsnotify.git README.md: link to pkg.go.dev for golang.org/x/sys package (#441) Also add a link to the syscall package and remove some trailing whitespaces. --- diff --git a/README.md b/README.md index 7797745..0731c5e 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ [![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) - - -fsnotify utilizes [golang.org/x/sys](https://godoc.org/golang.org/x/sys) rather than `syscall` from the standard library. +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. Cross platform: Windows, Linux, BSD and macOS. @@ -25,7 +23,7 @@ Please see [the documentation](https://pkg.go.dev/github.com/fsnotify/fsnotify) ## 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). +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). All [releases](https://github.com/fsnotify/fsnotify/releases) are tagged based on [Semantic Versioning](http://semver.org/).