Rename Entire Project to Repo, Change Import Paths and Readmes (#298)

Former-commit-id: b7b8bbd10777012ae6f7d30eb6b05c3b1c3ec5d3 [formerly 06e1112fa0e1092a7137186d3a386972daa2effe]
Former-commit-id: ff2bc760c9dafb6250f056606eb2cbf96b6afa5b
This commit is contained in:
Raul Jordan
2018-07-20 16:31:26 -05:00
committed by GitHub
parent dbdd8f14bd
commit 92af8bc351
104 changed files with 319 additions and 323 deletions

View File

@@ -1,7 +1,7 @@
load("@bazel_gazelle//:def.bzl", "gazelle")
# gazelle:prefix github.com/prysmaticlabs/geth-sharding
# gazelle:prefix github.com/prysmaticlabs/prysm
gazelle(
name = "gazelle",
prefix = "github.com/prysmaticlabs/geth-sharding",
prefix = "github.com/prysmaticlabs/prysm",
)