Skip to content

Commit

Permalink
add missing go:build constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Apr 13, 2022
1 parent c98cc7a commit d8f4dea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions uatest/method_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build integration
// +build integration

package uatest
Expand Down
1 change: 1 addition & 0 deletions uatest/server.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build integration
// +build integration

package uatest
Expand Down
1 change: 1 addition & 0 deletions uatest/timeout_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build integration
// +build integration

package uatest
Expand Down

0 comments on commit d8f4dea

Please sign in to comment.