mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
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:
committed by
GitHub
parent
a38de90435
commit
b55ddb5a34
@@ -6,6 +6,7 @@ go_library(
|
||||
srcs = [
|
||||
"bazel.go",
|
||||
"data_path.go",
|
||||
"non_bazel.go",
|
||||
],
|
||||
importpath = "github.com/prysmaticlabs/prysm/build/bazel",
|
||||
visibility = ["//visibility:public"],
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
// licenses/APL.txt.
|
||||
|
||||
//go:build bazel
|
||||
// +build bazel
|
||||
|
||||
package bazel
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
// licenses/APL.txt.
|
||||
|
||||
//go:build !bazel
|
||||
// +build !bazel
|
||||
|
||||
package bazel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user