8000 assert: remove deprecated build constraints · stretchr/testify@0b6039e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0b6039e

Browse files
committed
assert: remove deprecated build constraints
1 parent 5ac6528 commit 0b6039e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

assert/yaml/yaml_custom.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build testify_yaml_custom && !testify_yaml_fail && !testify_yaml_default
2-
// +build testify_yaml_custom,!testify_yaml_fail,!testify_yaml_default
32

43
// Package yaml is an implementation of YAML functions that calls a pluggable implementation.
54
//

assert/yaml/yaml_default.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !testify_yaml_fail && !testify_yaml_custom
2-
// +build !testify_yaml_fail,!testify_yaml_custom
32

43
// Package yaml is just an indirection to handle YAML deserialization.
54
//

assert/yaml/yaml_fail.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build testify_yaml_fail && !testify_yaml_custom && !testify_yaml_default
2-
// +build testify_yaml_fail,!testify_yaml_custom,!testify_yaml_default
32

43
// Package yaml is an implementation of YAML functions that always fail.
54
//

0 commit comments

Comments
 (0)
0