diff options
author | Nick White <git@njw.name> | 2019-01-25 15:26:55 +0000 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-01-25 15:26:55 +0000 |
commit | 78da255c88719db8231d615b956ef99ada6d9f5d (patch) | |
tree | cb3c59706e2c584f24c671e3e506a3e0669026ad /lib/prob/prob.go | |
parent | 524fd9bde90fbe9c6e985ead5e6eac284192f427 (diff) |
Update location of libraries
Diffstat (limited to 'lib/prob/prob.go')
-rw-r--r-- | lib/prob/prob.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/prob/prob.go b/lib/prob/prob.go index 0299a96..55d2629 100644 --- a/lib/prob/prob.go +++ b/lib/prob/prob.go @@ -6,7 +6,7 @@ import ( "strconv" "strings" - "git.rescribe.xyz/testingtools/lib/line" + "rescribe.xyz/go.git/lib/line" ) func getLineAvg(f string) (float64, error) { |