Skip to content

Commit

Permalink
go imported
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardmack committed May 30, 2023
1 parent 6419ba1 commit fd5543b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/erasure/erasure.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ package erasure

import (
"errors"

"github.com/klauspost/reedsolomon"
)

Expand Down
3 changes: 2 additions & 1 deletion lib/erasure/erasure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
package erasure

import (
"testing"

"github.com/klauspost/reedsolomon"
"github.com/stretchr/testify/assert"
"testing"
)

var testData = []byte("this is a test of the erasure coding")
Expand Down

0 comments on commit fd5543b

Please sign in to comment.