Skip to content

Commit

Permalink
Add +build go1.12 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Andres Virviescas Santana committed Jun 4, 2021
1 parent 00ed97a commit bcca4da
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions module/apmfasthttp/closer.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.12

package apmfasthttp // import "go.elastic.co/apm/module/apmfasthttp"

import (
Expand Down
2 changes: 2 additions & 0 deletions module/apmfasthttp/consts.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.12

package apmfasthttp // import "go.elastic.co/apm/module/apmfasthttp"

const txKey = "apmfasthttp_transaction"
2 changes: 2 additions & 0 deletions module/apmfasthttp/context.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.12

package apmfasthttp // import "go.elastic.co/apm/module/apmfasthttp"

import (
Expand Down
2 changes: 2 additions & 0 deletions module/apmfasthttp/doc.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.12

// Package apmfasthttp provides a tracing middleware fasthttp.RequestHandler for
// servers.
package apmfasthttp // import "go.elastic.co/apm/module/apmfasthttp"
2 changes: 2 additions & 0 deletions module/apmfasthttp/recovery.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.12

package apmfasthttp // import "go.elastic.co/apm/module/apmfasthttp"

import (
Expand Down
2 changes: 2 additions & 0 deletions module/apmfasthttp/server.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.12

package apmfasthttp // import "go.elastic.co/apm/module/apmfasthttp"

import (
Expand Down
2 changes: 2 additions & 0 deletions module/apmfasthttp/types.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.12

package apmfasthttp // import "go.elastic.co/apm/module/apmfasthttp"

import (
Expand Down
2 changes: 2 additions & 0 deletions module/apmfasthttp/utils.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.12

package apmfasthttp // import "go.elastic.co/apm/module/apmfasthttp"

import (
Expand Down

0 comments on commit bcca4da

Please sign in to comment.