diff options
author | Nick White <git@njw.name> | 2019-10-23 10:42:22 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-10-23 10:46:06 +0100 |
commit | 1cfe06589c738c22161a19fccaa5bc72d8f72da0 (patch) | |
tree | 7be0111c77619640f8c204159e3397f7e6c8b790 | |
parent | 8b5c87c6d4e9ed8e220a4f8732c0cd48e92c7a09 (diff) |
Add tiny doc.go, hopefully will ensure 'go get rescribe.xyz/utils' doesn't return an error for lack of .go files
-rw-r--r-- | doc.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +// A collection of OCR related utilities and packages +package utils |