From d1e310bce2f925d1c1f122dc38277d875debe3f6 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 7 Dec 2021 10:41:55 +0100 Subject: [PATCH] go fmt --- remote/sync/files.go | 1 + 1 file changed, 1 insertion(+) diff --git a/remote/sync/files.go b/remote/sync/files.go index 2c8b704..507cc17 100644 --- a/remote/sync/files.go +++ b/remote/sync/files.go @@ -15,6 +15,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . +//go:build !windows // +build !windows package sync -- 2.43.2