aboutsummaryrefslogtreecommitdiff
path: root/build.go
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2021-08-17 10:10:41 +0200
committerGitHub <noreply@github.com>2021-08-17 10:10:41 +0200
commitd47745a86b00fe1122d8ebd5e17601aa1b7552b2 (patch)
tree9c354102be959c59cd8681f2284dcef7883f8f59 /build.go
parent8c94ce8d142cca5ec0aeab81dc27a145d6557049 (diff)
downloadsyncthing-d47745a86b00fe1122d8ebd5e17601aa1b7552b2.tar.gz
syncthing-d47745a86b00fe1122d8ebd5e17601aa1b7552b2.zip
all: Update build constraints to Go 1.17 style (#7894)
Diffstat (limited to 'build.go')
-rw-r--r--build.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.go b/build.go
index dd6105674..d2a669e28 100644
--- a/build.go
+++ b/build.go
@@ -4,6 +4,7 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at https://mozilla.org/MPL/2.0/.
+//go:build ignore
// +build ignore
package main