summaryrefslogtreecommitdiff
path: root/cmd/rescribe/main.go
diff options
context:
space:
mode:
authorNick White <git@njw.name>2021-06-22 14:04:24 +0100
committerNick White <git@njw.name>2021-06-22 14:04:24 +0100
commit8e5ad7b2ccb59d29adf520e17767f77eea23e6c2 (patch)
tree3a8e519a832a4b3b1b1a55f5ab9c0866bee9ce94 /cmd/rescribe/main.go
parent74e75ed54d4075c1ffeeba22513a3a2edd25fee5 (diff)
rescribe: Add go generate command to download the needed files to embed
Diffstat (limited to 'cmd/rescribe/main.go')
-rw-r--r--cmd/rescribe/main.go2
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"