From c23a0c4a0f468c718f6783b3498d0aa9801d00bf Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Fri, 20 Oct 2023 14:10:37 +0300 Subject: [PATCH] watcher/filenotify: Remove redundant duplicated comments --- watcher/filenotify/fsnotify.go | 2 -- watcher/filenotify/poller.go | 2 -- watcher/filenotify/poller_test.go | 2 -- 3 files changed, 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 (