Use go:build lines and remove obsolete +build lines (#10704)

* Use go:build lines and remove obsolete +build lines

* Run gazelle

* Update crypto/bls/blst/stub.go

* Update crypto/bls/blst/stub.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
Co-authored-by: Nishant Das <nishdas93@gmail.com>
This commit is contained in:
Håvard Anda Estensen
2022-06-14 13:47:27 +02:00
committed by GitHub
parent a38de90435
commit b55ddb5a34
74 changed files with 22 additions and 230 deletions

View File

@@ -1,5 +1,4 @@
//go:build !linux
// +build !linux
package journald

View File

@@ -1,5 +1,4 @@
//go:build linux
// +build linux
package journald