mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-03 08:37:37 +00:00
6 lines
133 B
Go
6 lines
133 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
_ "honnef.co/go/tools/staticcheck" // Hack to keep go mod tidy happy. This dep is needed by bazel tooling.
|
||
|
)
|