From 1cfe06589c738c22161a19fccaa5bc72d8f72da0 Mon Sep 17 00:00:00 2001 From: Nick White Date: Wed, 23 Oct 2019 10:42:22 +0100 Subject: Add tiny doc.go, hopefully will ensure 'go get rescribe.xyz/utils' doesn't return an error for lack of .go files --- doc.go | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doc.go diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..8063aa8 --- /dev/null +++ b/doc.go @@ -0,0 +1,2 @@ +// A collection of OCR related utilities and packages +package utils -- cgit v1.2.1-24-ge1ad