Skip to content

Commit eb2b055

Browse files
committed
Fix galois field package path.
1 parent a88bbf1 commit eb2b055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r900/r900.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ import (
2222
"math"
2323
"strconv"
2424

25-
"github.com/bemasher/gf"
2625
"github.com/bemasher/rtlamr/decode"
2726
"github.com/bemasher/rtlamr/parse"
27+
"github.com/bemasher/rtlamr/r900/gf"
2828
)
2929

3030
const (

0 commit comments

Comments
 (0)