mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-26 08:02:46 -05:00
plans: staticcheck
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package plans
|
||||
|
||||
import (
|
||||
"github.com/zclconf/go-cty/cty"
|
||||
)
|
||||
|
||||
func mustNewDynamicValue(val cty.Value, ty cty.Type) DynamicValue {
|
||||
ret, err := NewDynamicValue(val, ty)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
return ret
|
||||
}
|
||||
Reference in New Issue
Block a user