From ae3cab8696e5c0e56564e43b68501ec77e1bb711 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Wed, 24 Nov 2021 22:03:48 +0100 Subject: [PATCH] do not assume statik is installed in the CI --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 298aa1b..ecca9ee 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -//go:generate statik -src=web/ -include=*.html,*.css,*.js,*.template +//go:generate go run github.com/rakyll/statik -src=web/ -include=*.html,*.css,*.js,*.template package main