Improved README for developers

This commit is contained in:
2019-08-27 17:45:18 +09:00
parent 49f67d3a49
commit 714d48ab3b
9 changed files with 105 additions and 150 deletions

9
tools/tools.go Normal file
View 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"
)