load("@io_bazel_rules_go//go:def.bzl", "go_library") go_library( name = "go_default_library", srcs = [ "block.go", "state.go", ], importpath = "github.com/prysmaticlabs/geth-sharding/beacon-chain/types", visibility = ["//beacon-chain:__subpackages__"], deps = ["@com_github_ethereum_go_ethereum//common:go_default_library"], )