diff options
Diffstat (limited to 'cmd/rescribe/embed_other.go')
-rw-r--r-- | cmd/rescribe/embed_other.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cmd/rescribe/embed_other.go b/cmd/rescribe/embed_other.go index ac9ce3a..190a051 100644 --- a/cmd/rescribe/embed_other.go +++ b/cmd/rescribe/embed_other.go @@ -6,8 +6,7 @@ package main -// if not one of the above platforms, we won't embed anything, so -// just create empty byte slices +// if not one of the above platforms, we won't embed tesseract +// or getgbook, so just create empty byte slices var tesszip []byte var gbookzip []byte -var tessdatazip []byte |