all: Update build constraints to Go 1.17 style (#7894)

This commit is contained in:
Jakob Borg
2021-08-17 10:10:41 +02:00
committed by GitHub
parent 8c94ce8d14
commit d47745a86b
81 changed files with 86 additions and 5 deletions
+1
View File
@@ -1,5 +1,6 @@
// Copyright (C) 2014 The Protocol Authors.
//go:build darwin
// +build darwin
package protocol
+1
View File
@@ -1,5 +1,6 @@
// Copyright (C) 2014 The Protocol Authors.
//go:build !windows && !darwin
// +build !windows,!darwin
package protocol
+1
View File
@@ -1,5 +1,6 @@
// Copyright (C) 2014 The Protocol Authors.
//go:build windows
// +build windows
package protocol