From d8fd3b7cbda88b6a68728edbdec841d673bfde3a Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 9 Sep 2021 17:34:36 +0300 Subject: [PATCH] go fmt --- src/df.go | 1 + src/df_netbsd.go | 1 + src/dirwatch.go | 1 + src/dirwatch_dummy.go | 1 + 4 files changed, 4 insertions(+) diff --git a/src/df.go b/src/df.go index bfcac56..0b4042b 100644 --- a/src/df.go +++ b/src/df.go @@ -1,3 +1,4 @@ +//go:build !netbsd // +build !netbsd // NNCP -- Node to Node copy, utilities for store-and-forward data exchange diff --git a/src/df_netbsd.go b/src/df_netbsd.go index b3fb82d..2f0799f 100644 --- a/src/df_netbsd.go +++ b/src/df_netbsd.go @@ -1,3 +1,4 @@ +//go:build netbsd // +build netbsd // NNCP -- Node to Node copy, utilities for store-and-forward data exchange diff --git a/src/dirwatch.go b/src/dirwatch.go index 6637535..69a200b 100644 --- a/src/dirwatch.go +++ b/src/dirwatch.go @@ -1,3 +1,4 @@ +//go:build !nofsnotify // +build !nofsnotify /* diff --git a/src/dirwatch_dummy.go b/src/dirwatch_dummy.go index 147eac0..84250a9 100644 --- a/src/dirwatch_dummy.go +++ b/src/dirwatch_dummy.go @@ -1,3 +1,4 @@ +//go:build nofsnotify // +build nofsnotify /* -- 2.44.0