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 ( import (
"math/big" "math/big"

View file

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

View file

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

View file

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