1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-12-26 23:42:29 -05:00

Have go generate make JavaScript

This commit is contained in:
Aaron Lindsay 2016-02-13 17:13:58 -05:00
parent ed2bae3a88
commit 443356caec

View File

@ -1,5 +1,7 @@
package main package main
//go:generate make
import ( import (
"flag" "flag"
"github.com/gorilla/context" "github.com/gorilla/context"