This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 8c61e3b04ec9658c8a017b660950fb56ce790523 Author: lburgazzoli <[email protected]> AuthorDate: Wed Sep 19 12:12:08 2018 +0200 fix golint findings for pkg/util/sync --- pkg/util/sync/file.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/util/sync/file.go b/pkg/util/sync/file.go index 1be83b8..d40ebe2 100644 --- a/pkg/util/sync/file.go +++ b/pkg/util/sync/file.go @@ -20,9 +20,10 @@ package sync import ( "context" + "time" + "github.com/radovskyb/watcher" "github.com/sirupsen/logrus" - "time" ) // File returns a channel that signals each time the content of the file changes
