ingress-nginx-helm/vendor/google.golang.org/api/tools.go

24 lines
740 B
Go
Raw Normal View History

2019-03-28 23:43:46 +00:00
// +build tools
// Copyright 2019 Google LLC
2018-12-05 16:27:09 +00:00
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
2019-03-28 23:43:46 +00:00
// http://www.apache.org/licenses/LICENSE-2.0
2018-12-05 16:27:09 +00:00
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
2019-03-28 23:43:46 +00:00
package cloud
2018-12-05 16:27:09 +00:00
2019-03-28 23:43:46 +00:00
import (
_ "golang.org/x/lint/golint"
_ "golang.org/x/tools/cmd/goimports"
_ "honnef.co/go/tools/cmd/staticcheck"
2018-12-05 16:27:09 +00:00
)