Skip to content

Commit 3492602

Browse files
committed
Add the //go:build tags
1 parent ce50659 commit 3492602

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

integration_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
//go:build docker_integration
56
// +build docker_integration
67

78
package docker

integration_unix_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
//go:build docker_integration && !windows
56
// +build docker_integration,!windows
67

78
package docker

integration_windows_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
//go:build docker_integration
56
// +build docker_integration
67

78
package docker

0 commit comments

Comments
 (0)