mirror of https://github.com/stretchr/testify.git
Add docs on 1.17 build tags
parent
83198c2c50
commit
e798dc2763
|
@ -1,5 +1,9 @@
|
||||||
// +build go1.17
|
// +build go1.17
|
||||||
|
|
||||||
|
// TODO: once support for Go 1.16 is dropped, this file can be
|
||||||
|
// merged/removed with assertion_compare_go1.17_test.go and
|
||||||
|
// assertion_compare_legacy.go
|
||||||
|
|
||||||
package assert
|
package assert
|
||||||
|
|
||||||
import "reflect"
|
import "reflect"
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
// +build go1.17
|
// +build go1.17
|
||||||
|
|
||||||
|
// TODO: once support for Go 1.16 is dropped, this file can be
|
||||||
|
// merged/removed with assertion_compare_can_convert.go and
|
||||||
|
// assertion_compare_legacy.go
|
||||||
|
|
||||||
package assert
|
package assert
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
// +build !go1.17
|
// +build !go1.17
|
||||||
|
|
||||||
|
// TODO: once support for Go 1.16 is dropped, this file can be
|
||||||
|
// merged/removed with assertion_compare_go1.17_test.go and
|
||||||
|
// assertion_compare_can_convert.go
|
||||||
|
|
||||||
package assert
|
package assert
|
||||||
|
|
||||||
import "reflect"
|
import "reflect"
|
||||||
|
|
Loading…
Reference in New Issue