diff options
Diffstat (limited to 'cmd/rescribe/main.go')
-rw-r--r-- | cmd/rescribe/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/rescribe/main.go b/cmd/rescribe/main.go index 3325282..c000190 100644 --- a/cmd/rescribe/main.go +++ b/cmd/rescribe/main.go @@ -7,6 +7,8 @@ // a single book by the pipeline into one command. package main +//go:generate go run getembeds.go + import ( "archive/zip" "bytes" |