9 lines
98 B
Go
Raw Normal View History

// +build tools
package tools
import (
_ "github.com/aerogo/pack"
_ "github.com/aerogo/run"
)