Files
fleet/tools.go
T

9 lines
111 B
Go

// +build tools
package tools
import (
_ "github.com/fleetdm/goose"
_ "github.com/kevinburke/go-bindata"
)