blob: 6fb68b83ad30e7f21e098f73aa3381cbd88ca031 [file] [log] [blame]
// +build tools
// Copyright 2019 Google LLC.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.nder the License.
package cloud
import (
_ "golang.org/x/lint/golint"
_ "golang.org/x/tools/cmd/goimports"
)