From eb2b05544499cf6813c4ef8a2f5ae2824631b6dc Mon Sep 17 00:00:00 2001 From: bemasher Date: Fri, 23 Jan 2015 02:10:15 -0700 Subject: [PATCH] Fix galois field package path. --- r900/r900.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r900/r900.go b/r900/r900.go index 7bd0858b7..326c59ab6 100644 --- a/r900/r900.go +++ b/r900/r900.go @@ -22,9 +22,9 @@ import ( "math" "strconv" - "github.com/bemasher/gf" "github.com/bemasher/rtlamr/decode" "github.com/bemasher/rtlamr/parse" + "github.com/bemasher/rtlamr/r900/gf" ) const (