File tree Expand file tree Collapse file tree 5 files changed +0
-21
lines changed Expand file tree Collapse file tree 5 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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-
74package newrelic
85
96import (
Original file line number Diff line number Diff line change 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-
94package newrelic
105
116import (
Original file line number Diff line number Diff line change 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-
94package newrelic
105
116import (
Original file line number Diff line number Diff line change 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-
94package newrelic
105
116import (
You can’t perform that action at this time.
0 commit comments