VictoriaMetrics/vendor/cloud.google.com/go/compute/metadata/tidyfix.go

24 lines
948 B
Go
Raw Normal View History

2022-01-07 10:42:02 +00:00
// Copyright 2022 Google LLC
//
// 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// 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.
2022-11-10 11:55:47 +00:00
// This file, and the {{.RootMod}} import, won't actually become part of
2022-01-07 10:42:02 +00:00
// the resultant binary.
2022-01-23 11:13:30 +00:00
//go:build modhack
2022-01-07 10:42:02 +00:00
// +build modhack
2022-11-10 11:55:47 +00:00
package metadata
2022-01-07 10:42:02 +00:00
// Necessary for safely adding multi-module repo. See: https://github.com/golang/go/wiki/Modules#is-it-possible-to-add-a-module-to-a-multi-module-repository
2022-11-10 11:55:47 +00:00
import _ "cloud.google.com/go/compute/internal"