1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-25 22:41:46 +02:00

Remove unnecessary build restrictions for go1.18 (#3197)

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
This commit is contained in:
Bogdan Drutu
2022-09-21 10:00:00 -07:00
committed by GitHub
parent 038248b8a2
commit f535b1e65f
70 changed files with 3 additions and 210 deletions

View File

@@ -12,9 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build go1.18
// +build go1.18
package metric // import "go.opentelemetry.io/otel/sdk/metric"
import (