diff options
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 |