From cb2ece245616c2bb6c4627aebf8032fb9cbda57b Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 6 Sep 2021 16:35:27 +0200 Subject: [PATCH] Run Go 1.17 gofmt to add //go:build tags Signed-off-by: Tobias Klauser --- peercred_unix_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/peercred_unix_test.go b/peercred_unix_test.go index 474deef..2540fdd 100644 --- a/peercred_unix_test.go +++ b/peercred_unix_test.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +//go:build go1.15 && (linux || darwin || freebsd) // +build go1.15 // +build linux darwin freebsd