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

@@ -15,6 +15,7 @@ go_test(
srcs = [
"common_test.go",
"mainnet_test.go",
"minimal_test.go",
],
deps = [
":go_default_library",