mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
10 lines
128 B
Go
10 lines
128 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/fleetdm/goose"
|
|
_ "github.com/kevinburke/go-bindata"
|
|
)
|