Skip to content

Commit 009352c

Browse files
bfladappilon
authored andcommitted
helper/resource: Comment update DisableBinaryDriver to mark as deprecated
Reference: https://github.com/golang/go/wiki/Deprecated So linters can detect its pending removal.
1 parent 33f9afd commit 009352c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

helper/resource/testing.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,8 @@ type TestCase struct {
338338

339339
// DisableBinaryDriver forces this test case to run using the legacy test
340340
// driver, even if the binary test driver has been enabled.
341-
// This property will be removed in version 2.0.0 of the SDK.
341+
//
342+
// Deprecated: This property will be removed in version 2.0.0 of the SDK.
342343
DisableBinaryDriver bool
343344
}
344345

0 commit comments

Comments
 (0)