diff options
author | Oleksandr Redko <[email protected]> | 2023-10-20 14:10:37 +0300 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-10-21 18:57:35 +0200 |
commit | c23a0c4a0f468c718f6783b3498d0aa9801d00bf (patch) | |
tree | 2efc162f041234cc2c675ef73c11441315ce4f18 | |
parent | a95670b981c5dbee7b7b72408191cdcc9ccb0fde (diff) | |
download | hugo-c23a0c4a0f468c718f6783b3498d0aa9801d00bf.tar.gz hugo-c23a0c4a0f468c718f6783b3498d0aa9801d00bf.zip |
watcher/filenotify: Remove redundant duplicated comments
-rw-r--r-- | watcher/filenotify/fsnotify.go | 2 | ||||
-rw-r--r-- | watcher/filenotify/poller.go | 2 | ||||
-rw-r--r-- | watcher/filenotify/poller_test.go | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/watcher/filenotify/fsnotify.go b/watcher/filenotify/fsnotify.go index 19534128a..2614e05d3 100644 --- a/watcher/filenotify/fsnotify.go +++ b/watcher/filenotify/fsnotify.go @@ -1,5 +1,3 @@ -// Package filenotify is adapted from https://github.com/moby/moby/tree/master/pkg/filenotify, Apache-2.0 License. -// Hopefully this can be replaced with an external package sometime in the future, see https://github.com/fsnotify/fsnotify/issues/9 package filenotify import "github.com/fsnotify/fsnotify" diff --git a/watcher/filenotify/poller.go b/watcher/filenotify/poller.go index 91e1e21b8..3bde73bd8 100644 --- a/watcher/filenotify/poller.go +++ b/watcher/filenotify/poller.go @@ -1,5 +1,3 @@ -// Package filenotify is adapted from https://github.com/moby/moby/tree/master/pkg/filenotify, Apache-2.0 License. -// Hopefully this can be replaced with an external package sometime in the future, see https://github.com/fsnotify/fsnotify/issues/9 package filenotify import ( diff --git a/watcher/filenotify/poller_test.go b/watcher/filenotify/poller_test.go index 7416f793a..166a19e80 100644 --- a/watcher/filenotify/poller_test.go +++ b/watcher/filenotify/poller_test.go @@ -1,5 +1,3 @@ -// Package filenotify is adapted from https://github.com/moby/moby/tree/master/pkg/filenotify, Apache-2.0 License. -// Hopefully this can be replaced with an external package sometime in the future, see https://github.com/fsnotify/fsnotify/issues/9 package filenotify import ( |