13 lines
270 B
Go
Raw Normal View History

2019-08-27 08:45:18 +00:00
package tools
import (
// pack to generate our assets
_ "github.com/aerogo/pack"
// run as a development server that restarts on changes
_ "github.com/aerogo/run"
2019-10-26 07:10:24 +00:00
// jq as a platform-independent JSON parser to install the database
_ "github.com/itchyny/gojq"
2019-08-27 08:45:18 +00:00
)