find replace 2

This commit is contained in:
Christopher Franko 2015-11-03 18:48:15 -05:00
parent 936b85dbe9
commit 15d15d5d81
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
package eth
package exp
import (
"math/big"

View file

@ -16,7 +16,7 @@
// +build !opencl
package eth
package exp
import (
"errors"

View file

@ -16,7 +16,7 @@
// +build opencl
package eth
package exp
import (
"fmt"

View file

@ -14,7 +14,7 @@
// You should have received a copy of the GNU Lesser General Public License
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
package eth
package exp
import (
"testing"