Skip to content

Commit

Permalink
follow golang/go#25922 for dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nmasse-itix committed Nov 25, 2021
1 parent 491c2cf commit 3d2c08c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 7 additions & 0 deletions tools.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// +build tools

package tools

import (
_ "github.com/rakyll/statik"
)

0 comments on commit 3d2c08c

Please sign in to comment.