test: Switch to goimports instead of gofmt

see https://github.com/purpleidea/mgmt/pull/256#issuecomment-346360414
This commit is contained in:
Guillaume Herail
2017-11-24 16:07:17 +01:00
committed by James Shubin
parent 3575d597f7
commit ac629404f4
4 changed files with 17 additions and 8 deletions

View File

@@ -692,7 +692,7 @@ func (obj *AwsEc2Res) CheckApply(apply bool) (checkOK bool, err error) {
_, err = obj.client.CreateTags(&ec2.CreateTagsInput{
Resources: []*string{runResult.Instances[0].InstanceId},
Tags: []*ec2.Tag{
&ec2.Tag{
{
Key: aws.String("Name"),
Value: aws.String(obj.prependName()),
},