Wilken Rivera
b9f1b3c8d4
Fix gosimple S1005 linting issue (#8870)
Results before change
```
⇶ golangci-lint run ./... --disable-all --enable=gosimple | grep 1005
fix/fixer_comm_config.go:48:4: S1005: should write `sshHostPortMinRaw := builders["ssh_host_port_min"]` instead of `sshHostPortMinRaw, _ := builders["ssh_host_port_min"]` (gosimple)
fix/fixer_comm_config.go:64:4: S1005: should write `sshHostPortMaxRaw := builders["ssh_host_port_max"]` instead of `sshHostPortMaxRaw, _ := builders["ssh_host_port_max"]` (gosimple)
fix/fixer_comm_config.go:81:4: S1005: should write `sshSkipNatMappingRaw := builders["ssh_skip_nat_mapping"]` instead of `sshSkipNatMappingRaw, _ := builders["ssh_skip_nat_mapping"]` (gosimple)
packer/artifact_mock.go:47:2: S1005: should write `value := a.StateValues[name]` instead of `value, _ := a.StateValues[name]` (gosimple)
packer/artifact_test.go:31:2: S1005: should write `value := a.state[name]` instead of `value, _ := a.state[name]` (gosimple)
```
Results after change
```
```
2020-03-11 10:30:08 +01:00
..
2019-12-17 11:57:09 +01:00
2019-12-17 11:57:09 +01:00
2020-01-27 19:10:16 +01:00
2019-01-09 16:30:43 +01:00
2020-03-11 10:30:08 +01:00
2020-03-11 10:30:08 +01:00
2014-09-22 11:15:47 +01:00
2020-02-14 17:39:32 +01:00
2020-02-14 17:39:32 +01:00
2019-12-17 13:41:48 -08:00
2020-02-07 14:15:43 -05:00
2013-11-02 22:31:12 -05:00
2019-12-17 11:57:09 +01:00
2019-03-13 12:11:58 +01:00
2019-03-28 13:17:15 -07:00
2013-08-25 20:30:56 -07:00
2019-05-17 22:27:19 +00:00
2019-04-11 14:25:24 +02:00
2019-12-17 11:25:56 +01:00
2019-11-04 12:53:16 -08:00
2018-11-30 15:47:43 +01:00
2018-11-30 15:47:43 +01:00
2019-12-17 11:25:56 +01:00
2020-01-27 19:10:16 +01:00
2020-01-27 19:10:16 +01:00
2019-12-17 11:25:56 +01:00
2019-04-03 15:55:55 +02:00
2019-04-03 15:55:55 +02:00
2019-12-11 15:43:38 -08:00
2018-08-20 15:35:55 -07:00
2019-12-17 11:25:56 +01:00
2013-10-16 21:09:27 -10:00
2018-10-26 16:59:20 -07:00
2015-05-23 14:48:07 -07:00
2019-12-17 11:25:56 +01:00
2019-12-17 11:25:56 +01:00
2019-05-07 15:58:49 +02:00
2019-05-07 15:58:49 +02:00
2019-03-13 12:11:58 +01:00
2019-05-07 15:58:49 +02:00
2019-12-17 11:57:09 +01:00
2019-12-12 15:38:32 -08:00
2019-12-12 15:38:32 -08:00
2020-02-13 17:35:23 +01:00
2017-11-14 16:30:44 -08:00
2018-02-20 10:54:20 -08:00
2019-12-17 11:25:56 +01:00
2019-03-15 11:10:30 +01:00
2019-03-15 11:10:30 +01:00
2020-02-06 17:07:58 +01:00