]> Cypherpunks.ru repositories - nncp.git/commitdiff
go fmt
authorSergey Matveev <stargrave@stargrave.org>
Thu, 9 Sep 2021 14:34:36 +0000 (17:34 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 9 Sep 2021 14:36:32 +0000 (17:36 +0300)
src/df.go
src/df_netbsd.go
src/dirwatch.go
src/dirwatch_dummy.go

index bfcac563d8c7c5e36033dc0292f5be14e10d52a3..0b4042baf116c2b8aa92457b6a4c766deb34b44f 100644 (file)
--- 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
index b3fb82d2f7092c6edbf54ab30c86aefcfffbf2ba..2f0799f9282f3874ce13073b262fc9887abc23e6 100644 (file)
@@ -1,3 +1,4 @@
+//go:build netbsd
 // +build netbsd
 
 // NNCP -- Node to Node copy, utilities for store-and-forward data exchange
index 6637535369144abce1eb03f8147026f378409154..69a200b364ef122e0902c585f1768f650d079554 100644 (file)
@@ -1,3 +1,4 @@
+//go:build !nofsnotify
 // +build !nofsnotify
 
 /*
index 147eac0a67ec87d50eefdedb46ce4ed2cb34423f..84250a9d3de4f94810509330f856e5ec9d472b94 100644 (file)
@@ -1,3 +1,4 @@
+//go:build nofsnotify
 // +build nofsnotify
 
 /*