one more replace

This commit is contained in:
Christopher Franko 2015-10-13 12:29:39 -04:00
parent 4977d41e95
commit a724a1bb42
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
package eth
package exp
import (
"fmt"

View file

@ -1,7 +1,7 @@
// This file contains some shares testing functionality, common to multiple
// different files and modules being tested.
package eth
package exp
import (
"crypto/rand"

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 (
"github.com/expanse-project/go-expanse/metrics"