Added tools package to track "pack" and "run"
This commit is contained in:
8
tools/tools.go
Normal file
8
tools/tools.go
Normal file
@ -0,0 +1,8 @@
|
||||
// +build tools
|
||||
|
||||
package tools
|
||||
|
||||
import (
|
||||
_ "github.com/aerogo/pack"
|
||||
_ "github.com/aerogo/run"
|
||||
)
|
Reference in New Issue
Block a user