From 69aae6b93dcadd9e4895f86fe661ee80e79dcf9e Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 8 Oct 2019 15:49:52 +0100 Subject: Remove parts that have been moved elsewhere, and rename to rescribe.xyz/utils bookpipeline is now at rescribe.xyz/bookpipeline preproc is now at rescribe.xyz/preproc integralimg is now at rescribe.xyz/preproc/integralimg --- bucket-lines/bucket.go | 2 +- bucket-lines/main.go | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'bucket-lines') diff --git a/bucket-lines/bucket.go b/bucket-lines/bucket.go index 9f98887..7b6fc4f 100644 --- a/bucket-lines/bucket.go +++ b/bucket-lines/bucket.go @@ -8,7 +8,7 @@ import ( "sort" "strconv" - "rescribe.xyz/go.git/lib/line" + "rescribe.xyz/utils/pkg/line" ) type BucketSpec struct { diff --git a/bucket-lines/main.go b/bucket-lines/main.go index 990e84c..6ae506a 100644 --- a/bucket-lines/main.go +++ b/bucket-lines/main.go @@ -9,9 +9,9 @@ import ( "os" "path/filepath" - "rescribe.xyz/go.git/lib/hocr" - "rescribe.xyz/go.git/lib/line" - "rescribe.xyz/go.git/lib/prob" + "rescribe.xyz/utils/pkg/hocr" + "rescribe.xyz/utils/pkg/line" + "rescribe.xyz/utils/pkg/prob" ) func main() { -- cgit v1.2.1-24-ge1ad