From: Oleksandr Redko Date: Fri, 20 Oct 2023 11:10:37 +0000 (+0300) Subject: watcher/filenotify: Remove redundant duplicated comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c23a0c4a0f468c718f6783b3498d0aa9801d00bf;p=brevno-suite%2Fhugo watcher/filenotify: Remove redundant duplicated comments --- 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 (