1// +build tools
2
3// Copyright 2019 Google LLC.
4// Use of this source code is governed by a BSD-style
5// license that can be found in the LICENSE file.nder the License.
6
7package cloud
8
9import (
10	_ "golang.org/x/lint/golint"
11	_ "golang.org/x/tools/cmd/goimports"
12	_ "honnef.co/go/tools/cmd/staticcheck"
13)
14