diff options
Diffstat (limited to 'boardvoting/main.go')
-rw-r--r-- | boardvoting/main.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/boardvoting/main.go b/boardvoting/main.go new file mode 100644 index 0000000..5c8e6eb --- /dev/null +++ b/boardvoting/main.go @@ -0,0 +1,3 @@ +package boardvoting + +//go:generate go-bindata -pkg $GOPACKAGE -o assets.go ./migrations/... ./static/... ./templates/... |