diff --git a/README.md b/README.md index b2629e52..254021fd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # File system notifications for Go +## Maintenance Note + +Fork of https://github.com/fsnotify/fsnotify + +Contains patches for Tilt Dev. + +## Original Readme + [![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: diff --git a/go.mod b/go.mod index ff11e13f..e3861a26 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/fsnotify/fsnotify +module github.com/tilt-dev/fsnotify go 1.13