Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardmack committed May 30, 2023
1 parent b83bb25 commit 6419ba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/erasure-coding/erasure.go → lib/erasure/erasure.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2021 ChainSafe Systems (ON)
// SPDX-License-Identifier: LGPL-3.0-only

package erasure_coding
package erasure

import (
"errors"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2021 ChainSafe Systems (ON)
// SPDX-License-Identifier: LGPL-3.0-only

package erasure_coding
package erasure

import (
"github.com/klauspost/reedsolomon"
Expand Down

0 comments on commit 6419ba1

Please sign in to comment.