Remove old build tag comments
Go is transitioning from the old '// +build' form to '//go:build', this removes all uses of the old form, adding the new one where needed. See https://go.googlesource.com/proposal/+/master/design/draft-gobuild.md
This commit is contained in:
parent
7a4bb863dd
commit
b1c2dbdfc6
23 changed files with 6 additions and 23 deletions
|
|
@ -2,7 +2,6 @@
|
|||
// Copyright (C) 2020 by Red Hat, Inc.
|
||||
|
||||
//go:build integration
|
||||
// +build integration
|
||||
|
||||
package client
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
// Copyright (C) 2020 by Red Hat, Inc.
|
||||
|
||||
//go:build !integration
|
||||
// +build !integration
|
||||
|
||||
package client
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue