packer-cn/builder/azure
Wilken Rivera 66ad6f3483
builders: Fix gosimple S1007 linting issue (#8871)
Results before change
```
⇶  golangci-lint run ./... --disable-all --enable=gosimple | grep 1007
builder/alicloud/ecs/image_config.go:208:9: S1007: should use raw string
post-processor/vsphere-template/step_mark_as_template.go:130:8: S1007: shape twice (gosimple)
builder/azure/arm/config.go:58:27: S1007: should use raw string (`...`)
builder/azure/arm/config.go:59:27: S1007: should use raw string (`...`)
builder/qemu/driver.go:192:15: S1007: should use raw string (`...`)
```

Results after change
```
⇶  golangci-lint run ./... --disable-all --enable=gosimple | grep 1007
```
2020-03-11 10:29:22 +01:00
..
arm builders: Fix gosimple S1007 linting issue (#8871) 2020-03-11 10:29:22 +01:00
chroot Fix HCL2 code generation for slices within another slice (#8669) 2020-02-03 17:03:28 +01:00
common add tests 2020-02-06 16:41:28 -08:00
pkcs12 spelling: unmarshalling 2018-03-14 03:27:22 +00:00
LICENSE Added MIT license 2016-03-14 20:08:35 -07:00
TODO.md Miscellaneous doc improvements 2018-10-18 19:09:49 -04:00