celestiaorg / go-square

A library for encoding blobs into a 2D square of evenly sized chunks designed for sampling and reconstruction
Apache License 2.0
13 stars 16 forks source link

Consider renaming blob proto package #33

Closed rootulp closed 1 month ago

rootulp commented 7 months ago

Context

https://github.com/celestiaorg/go-square/blob/4135f359b20ddd97b6cb74ecc831f70ffb73f8a5/blob/blob.proto#L2

Problem

Files with package "pkg.blob" must be within a directory "pkg/blob" relative to root but were in directory "blob". (PACKAGE_DIRECTORY_MATCH)

Proposal

Resolve the warning