Cross-platform file system notifications for Go. https://fsnotify.org
|
1 year ago | |
---|---|---|
.github | 2 years ago | |
.editorconfig | 4 years ago | |
.gitattributes | 4 years ago | |
.gitignore | 9 years ago | |
.mailmap | 2 years ago | |
AUTHORS | 2 years ago | |
CHANGELOG.md | 2 years ago | |
CONTRIBUTING.md | 7 years ago | |
LICENSE | 4 years ago | |
README.md | 1 year ago | |
fen.go | 2 years ago | |
fsnotify.go | 2 years ago | |
fsnotify_test.go | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
inotify.go | 2 years ago | |
inotify_poller.go | 2 years ago | |
inotify_poller_test.go | 2 years ago | |
inotify_test.go | 2 years ago | |
integration_darwin_test.go | 5 years ago | |
integration_test.go | 2 years ago | |
kqueue.go | 2 years ago | |
open_mode_bsd.go | 2 years ago | |
open_mode_darwin.go | 2 years ago | |
windows.go | 2 years ago |
If you are reading this, you use master
branch of this repository,
which is wrong.
This branch
You should switch to using the default branch instead.
Here's how to switch your existing local copy of this repository from master
to main
(assuming the remote name is origin
):
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
In addition to the above, if you want to remove the leftover origin/master
remote branch (NOTE this also removes all other remote branches that no longer
exist in origin
):
git remote prune origin
The master
branch was renamed to main
, causing an issue with
Yocto/OpenEmbedded's meta-virtualization layer, which explicitly refers
to master
branch of this repository (see #426).
This temporary branch is created to alleviate the Yocto/OE issue.