mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
make gofmt
go1.17 go fmt adds the new form of build tags
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
//go:build tools
|
||||
// +build tools
|
||||
|
||||
/*
|
||||
Package tools is used to track binary dependencies with go modules
|
||||
https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
|
||||
*/
|
||||
package tools
|
||||
|
||||
// +build tools
|
||||
|
||||
import (
|
||||
// linter(s)
|
||||
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//go:build !ignore_autogenerated
|
||||
// +build !ignore_autogenerated
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//go:build !nointegration
|
||||
// +build !nointegration
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
//go:build !ignore_autogenerated
|
||||
// +build !ignore_autogenerated
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user