From: Sergey Matveev Date: Thu, 9 Sep 2021 14:34:36 +0000 (+0300) Subject: go fmt X-Git-Tag: v7.7.0^2~3 X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=commitdiff_plain;h=d8fd3b7cbda88b6a68728edbdec841d673bfde3a go fmt --- 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 /*