Skip to content

Commit

Permalink
internal/apmgodog: only run on Go 1.9+
Browse files Browse the repository at this point in the history
  • Loading branch information
axw committed Feb 17, 2021
1 parent 54ff054 commit 9c604be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/apmgodog/feature_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
// specific language governing permissions and limitations
// under the License.

// +build go1.9

package apmgodog

import "testing"
Expand Down
2 changes: 2 additions & 0 deletions internal/apmgodog/formatter.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
// specific language governing permissions and limitations
// under the License.

// +build go1.9

package apmgodog

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/apmgodog/suitecontext.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
// specific language governing permissions and limitations
// under the License.

// +build go1.9

package apmgodog

import (
Expand Down

0 comments on commit 9c604be

Please sign in to comment.