mirror of
https://github.com/rwinkhart/peercred-mini.git
synced 2026-09-03 07:37:31 -04:00
Run Go 1.17 gofmt to add //go:build tags
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
This commit is contained in:
committed by
Matt Layher
parent
4259e17bb7
commit
cb2ece2456
@@ -2,6 +2,7 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
|
//go:build go1.15 && (linux || darwin || freebsd)
|
||||||
// +build go1.15
|
// +build go1.15
|
||||||
// +build linux darwin freebsd
|
// +build linux darwin freebsd
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user