mirror of https://github.com/stretchr/testify.git
Use cross Go version compatible build tag syntax
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…
Reference in New Issue