9 lines
98 B
Go
9 lines
98 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/aerogo/pack"
|
|
_ "github.com/aerogo/run"
|
|
)
|