Skip to content

Commit

Permalink
helper/resource: Comment update DisableBinaryDriver to mark as deprec…
Browse files Browse the repository at this point in the history
…ated

Reference: https://github.com/golang/go/wiki/Deprecated

So linters can detect its pending removal.
  • Loading branch information
bflad authored and appilon committed May 7, 2020
1 parent 33f9afd commit 009352c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helper/resource/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,8 @@ type TestCase struct {

// DisableBinaryDriver forces this test case to run using the legacy test
// driver, even if the binary test driver has been enabled.
// This property will be removed in version 2.0.0 of the SDK.
//
// Deprecated: This property will be removed in version 2.0.0 of the SDK.
DisableBinaryDriver bool
}

Expand Down

0 comments on commit 009352c

Please sign in to comment.