Use cross Go version compatible build tag syntax

pull/1164/head
Torkel Rogstad 2022-02-10 16:12:31 +01:00 committed by Boyan Soubachov
parent e798dc2763
commit 1e36bfe104
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//go:build go1.17
// +build go1.17
// TODO: once support for Go 1.16 is dropped, this file can be

View File

@ -1,3 +1,4 @@
//go:build go1.17
// +build go1.17
// TODO: once support for Go 1.16 is dropped, this file can be

View File

@ -1,3 +1,4 @@
//go:build !go1.17
// +build !go1.17
// TODO: once support for Go 1.16 is dropped, this file can be