Skip to content

Commit fb09a0d

Browse files
committed
Update go.mod and add notes on the provenance of this package
1 parent f27fd4f commit fb09a0d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# File system notifications for Go
22

3+
## Maintenance Note
4+
5+
Fork of https://github.com/fsnotify/fsnotify
6+
7+
Contains patches for Tilt Dev.
8+
9+
## Original Readme
10+
311
[![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)
412

513
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:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/fsnotify/fsnotify
1+
module github.com/tilt-dev/fsnotify
22

33
go 1.13
44

0 commit comments

Comments
 (0)