We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38278e commit 9fcffadCopy full SHA for 9fcffad
any_test.go
@@ -0,0 +1,7 @@
1
+//go:build !go1.18
2
+// +build !go1.18
3
+
4
+package properties_test
5
6
+// alias of interface{}, use for go < 1.18
7
+type any = interface{}
0 commit comments