terraform: remove ModuleDiff.GoString

To address comments by @jbardin re: if we had a mutex this will fail
vet.
This commit is contained in:
Mitchell Hashimoto 2016-10-19 10:07:47 -07:00
parent e2c415a87e
commit 35d1868618
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 0 additions and 4 deletions

View File

@ -311,10 +311,6 @@ func (d *ModuleDiff) String() string {
return buf.String() return buf.String()
} }
func (d *ModuleDiff) GoString() string {
return fmt.Sprintf("*%#v", *d)
}
// InstanceDiff is the diff of a resource from some state to another. // InstanceDiff is the diff of a resource from some state to another.
type InstanceDiff struct { type InstanceDiff struct {
mu sync.Mutex mu sync.Mutex