hack/tools/tools.go (6 lines of code) (raw):

// +build tools // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. package tools import ( _ "github.com/go-bindata/go-bindata" _ "github.com/mitchellh/gox" _ "github.com/onsi/ginkgo" )