Improved README for developers
This commit is contained in:
9
tools/tools.go
Normal file
9
tools/tools.go
Normal file
@ -0,0 +1,9 @@
|
||||
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"
|
||||
)
|
Reference in New Issue
Block a user