Added tools package to track "pack" and "run"

This commit is contained in:
2019-05-01 07:57:40 +09:00
parent 730bb0f9d1
commit 30c04c9471
3 changed files with 41 additions and 3 deletions

8
tools/tools.go Normal file
View File

@ -0,0 +1,8 @@
// +build tools
package tools
import (
_ "github.com/aerogo/pack"
_ "github.com/aerogo/run"
)