mirror of
https://github.com/stretchr/testify.git
synced 2025-05-31 11:42:44 +00:00
Use cross Go version compatible build tag syntax
This commit is contained in:
parent
e798dc2763
commit
1e36bfe104
@ -1,3 +1,4 @@
|
||||
//go:build go1.17
|
||||
// +build go1.17
|
||||
|
||||
// TODO: once support for Go 1.16 is dropped, this file can be
|
||||
|
@ -1,3 +1,4 @@
|
||||
//go:build go1.17
|
||||
// +build go1.17
|
||||
|
||||
// TODO: once support for Go 1.16 is dropped, this file can be
|
||||
|
@ -1,3 +1,4 @@
|
||||
//go:build !go1.17
|
||||
// +build !go1.17
|
||||
|
||||
// TODO: once support for Go 1.16 is dropped, this file can be
|
||||
|
Loading…
x
Reference in New Issue
Block a user