Skip to content

Commit 3dcea2b

Browse files
rittnejeJesse Rittner
authored andcommitted
remove all extraneous version constraints
1 parent 0fb9108 commit 3dcea2b

File tree

5 files changed

+0
-21
lines changed

5 files changed

+0
-21
lines changed

v3/integrations/nrmssql/nrmssql.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright 2020 New Relic Corporation. All rights reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
//go:build go1.10
5-
// +build go1.10
6-
74
// Package nrmssql instruments github.com/microsoft/go-mssqldb.
85
//
96
// Use this package to instrument your MSSQL calls without having to manually

v3/newrelic/sql_driver.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// Copyright 2020 New Relic Corporation. All rights reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
//go:build go1.10
5-
// +build go1.10
6-
74
package newrelic
85

96
import (

v3/newrelic/trace_observer.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
// Copyright 2020 New Relic Corporation. All rights reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
//go:build go1.9
5-
// +build go1.9
6-
7-
// This build tag is necessary because GRPC/ProtoBuf libraries only support Go version 1.9 and up.
8-
94
package newrelic
105

116
import (

v3/newrelic/trace_observer_impl_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
// Copyright 2020 New Relic Corporation. All rights reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
//go:build go1.9
5-
// +build go1.9
6-
7-
// This build tag is necessary because Infinite Tracing is only supported for Go version 1.9 and up
8-
94
package newrelic
105

116
import (

v3/newrelic/trace_observer_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
// Copyright 2020 New Relic Corporation. All rights reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

4-
//go:build go1.9
5-
// +build go1.9
6-
7-
// This build tag is necessary because Infinite Tracing is only supported for Go version 1.9 and up
8-
94
package newrelic
105

116
import (

0 commit comments

Comments
 (0)