Browse Source

follow golang/go#25922 for dev tools

master
Nicolas Massé 4 years ago
parent
commit
3d2c08c5b7
  1. 2
      main.go
  2. 7
      tools.go

2
main.go

@ -1,4 +1,4 @@
//go:generate statik -src=web/ -include=*.html,*.css,*.js,*.template
//go:generate statik -f -src=web/ -include=*.html,*.css,*.js,*.template
package main

7
tools.go

@ -0,0 +1,7 @@
// +build tools
package tools
import (
_ "github.com/rakyll/statik"
)
Loading…
Cancel
Save