From 47030de915c0bdf18d1d401ddbafef17a4872c13 Mon Sep 17 00:00:00 2001 From: Tim Greiser Date: Sun, 21 Aug 2016 17:57:19 -0700 Subject: [PATCH] Updated path to inf decimal library --- prefix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prefix.go b/prefix.go index 8530ece..cab5b05 100644 --- a/prefix.go +++ b/prefix.go @@ -7,7 +7,7 @@ import ( "github.com/relops/csvb" "io" "regexp" - "speter.net/go/exp/math/dec/inf" + "gopkg.in/inf.v0" "strings" )