Skip to content

Commit

Permalink
Run go fix to fix build tags
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Sep 2, 2022
1 parent c4f9819 commit 87747bc
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion client_stress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.

//go:build !windows
// +build !windows

package docker

Expand Down
1 change: 0 additions & 1 deletion client_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.

//go:build !windows
// +build !windows

package docker

Expand Down
1 change: 0 additions & 1 deletion client_unix_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows

// Copyright 2016 go-dockerclient authors. All rights reserved.
// Use of this source code is governed by a BSD-style
Expand Down
1 change: 0 additions & 1 deletion container_unix_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
//go:build !windows
// +build !windows

// Copyright 2016 go-dockerclient authors. All rights reserved.
// Use of this source code is governed by a BSD-style
Expand Down
1 change: 0 additions & 1 deletion integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.

//go:build docker_integration
// +build docker_integration

package docker

Expand Down
1 change: 0 additions & 1 deletion integration_unix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.

//go:build docker_integration && !windows
// +build docker_integration,!windows

package docker

Expand Down
1 change: 0 additions & 1 deletion integration_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.

//go:build docker_integration
// +build docker_integration

package docker

Expand Down

0 comments on commit 87747bc

Please sign in to comment.