terra-farm / terraform-provider-virtualbox

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

Apply goimports on the provider package. #39

Closed VoyTechnology closed 5 years ago

VoyTechnology commented 5 years ago

This is based on the suggestions from https://github.com/golang/go/wiki/CodeReviewComments#imports

The change was done by manually opening the file in VSCode and running goimports on the file.

This should be a noop.

ringods commented 5 years ago

@VoyTechnology can you double check what is wrong with the Travis build? Preferrably rebase your work now that your previous PRs are merged.

Thanks a lot for all your work!!

VoyTechnology commented 5 years ago

@ringods Please take another look. The build is working now. I accidentally removed the humanize package (somehow..., no idea).