Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 8b6b1b7

Browse files
committed
fixing build constraints for lbaas_v2 fixtures
Build constraints are missing a line after the build constraint as required by https://golang.org/pkg/go/build/, and the fixtures are being pulled in by standard builds, causing test code to be included in the final binary.
1 parent 67139b9 commit 8b6b1b7

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

openstack/networking/v2/extensions/lbaas_v2/listeners/fixtures.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// +build fixtures
2+
23
package listeners
34

45
import (

openstack/networking/v2/extensions/lbaas_v2/loadbalancers/fixtures.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// +build fixtures
2+
23
package loadbalancers
34

45
import (

openstack/networking/v2/extensions/lbaas_v2/monitors/fixtures.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// +build fixtures
2+
23
package monitors
34

45
import (

openstack/networking/v2/extensions/lbaas_v2/pools/fixtures.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// +build fixtures
2+
23
package pools
34

45
import (

0 commit comments

Comments
 (0)