diff options
author | Nick White <git@njw.name> | 2021-06-22 15:21:32 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2021-06-22 15:21:32 +0100 |
commit | 714c55f077aceb982130642fc957db71f17007f0 (patch) | |
tree | a925e2902abc83931de145fd7dd79dde69bd1042 /cmd/rescribe/embed_linux.go | |
parent | 302feb863e3ae9c1cc168652d4a6d8eafd7fc57d (diff) |
rescribe: add embedded tesseract for linux
Diffstat (limited to 'cmd/rescribe/embed_linux.go')
-rw-r--r-- | cmd/rescribe/embed_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rescribe/embed_linux.go b/cmd/rescribe/embed_linux.go index cad8a29..c720b6e 100644 --- a/cmd/rescribe/embed_linux.go +++ b/cmd/rescribe/embed_linux.go @@ -6,5 +6,5 @@ package main import _ "embed" -// TODO: add go:embed here +//go:embed tesseract-linux-v5.0.0-alpha.20210510.zip var tesszip []byte |