Browse Source

do not assume statik is installed in the CI

master
Nicolas Massé 4 years ago
parent
commit
ae3cab8696
  1. 2
      main.go

2
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 package main

Loading…
Cancel
Save