Closed jtraglia closed 1 year ago
This PR will:
go-proto-danksharding-crypto
go-kzg-4844
errors.go
api.
serialization.
gokzg4844.
api/*
serialization/*
import gokzg4844 "github.com/crate-crypto/go-kzg-4844"
import "github.com/crate-crypto/go-kzg-4844/gokzg4844"
Moving the files might be controversial, but it's pretty common. See go-kzg.
Ah you're right, I didn't notice that. Will update.
This PR will:
go-proto-danksharding-crypto
withgo-kzg-4844
.errors.go
files.api.
andserialization.
in non-test files.api.
andserialization.
withgokzg4844.
in test files.api/*
andserialization/*
files into the project root.import gokzg4844 "github.com/crate-crypto/go-kzg-4844"
import "github.com/crate-crypto/go-kzg-4844/gokzg4844"
Moving the files might be controversial, but it's pretty common. See go-kzg.