Skip to content

Commit

Permalink
remove all extraneous version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
rittneje authored and Jesse Rittner committed Aug 2, 2024
1 parent 0fb9108 commit 3dcea2b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions v3/integrations/nrmssql/nrmssql.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Copyright 2020 New Relic Corporation. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

//go:build go1.10
// +build go1.10

// Package nrmssql instruments github.com/microsoft/go-mssqldb.
//
// Use this package to instrument your MSSQL calls without having to manually
Expand Down
3 changes: 0 additions & 3 deletions v3/newrelic/sql_driver.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Copyright 2020 New Relic Corporation. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

//go:build go1.10
// +build go1.10

package newrelic

import (
Expand Down
5 changes: 0 additions & 5 deletions v3/newrelic/trace_observer.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// Copyright 2020 New Relic Corporation. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

//go:build go1.9
// +build go1.9

// This build tag is necessary because GRPC/ProtoBuf libraries only support Go version 1.9 and up.

package newrelic

import (
Expand Down
5 changes: 0 additions & 5 deletions v3/newrelic/trace_observer_impl_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// Copyright 2020 New Relic Corporation. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

//go:build go1.9
// +build go1.9

// This build tag is necessary because Infinite Tracing is only supported for Go version 1.9 and up

package newrelic

import (
Expand Down
5 changes: 0 additions & 5 deletions v3/newrelic/trace_observer_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// Copyright 2020 New Relic Corporation. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

//go:build go1.9
// +build go1.9

// This build tag is necessary because Infinite Tracing is only supported for Go version 1.9 and up

package newrelic

import (
Expand Down

0 comments on commit 3dcea2b

Please sign in to comment.