terra-farm / terraform-provider-virtualbox

VirtualBox provider for Terraform
https://terra-farm.github.io/provider-virtualbox/
MIT License
324 stars 136 forks source link

Remove unnecessary struct name declarations. #42

Closed VoyTechnology closed 5 years ago

VoyTechnology commented 5 years ago

The type can be deducted by the go compiler from the slice type.

This is more consistent with other providers.

VoyTechnology commented 5 years ago

@ringods Can this be merged? The changes here have no effect on other code (only rebase would be required)

ringods commented 5 years ago

@VoyTechnology please do merge.