зеркало из https://github.com/Azure/aks-engine.git
14 строки
300 B
Go
14 строки
300 B
Go
// +build tools
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Licensed under the MIT license.
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/devigned/pub"
|
|
_ "github.com/go-bindata/go-bindata"
|
|
_ "github.com/golang/mock/mockgen"
|
|
_ "github.com/mitchellh/gox"
|
|
_ "github.com/onsi/ginkgo"
|
|
)
|