Skip to content

Commit

Permalink
Update go.mod and add notes on the provenance of this package
Browse files Browse the repository at this point in the history
  • Loading branch information
nicks committed Apr 20, 2021
1 parent f27fd4f commit fb09a0d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions 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:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,4 +1,4 @@
module github.com/fsnotify/fsnotify
module github.com/tilt-dev/fsnotify

go 1.13

Expand Down

0 comments on commit fb09a0d

Please sign in to comment.