From 8e5ad7b2ccb59d29adf520e17767f77eea23e6c2 Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 22 Jun 2021 14:04:24 +0100 Subject: rescribe: Add go generate command to download the needed files to embed --- cmd/rescribe/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd/rescribe/main.go') 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" -- cgit v1.2.1-24-ge1ad