packer/post-processor/manifest
Lucas Bajolet 2009079246 packer: remove ineffasign pointed assigns/decls
Some of the variables we create are flagged by our linters as
ineffective assignments, which makes sense as those are generally fed by
code below, so we don't need to use the declaration/assignation syntax
(:=) but instead can fall back to using var with a type to get the zero
value of the declared entity.
2024-07-18 10:51:17 -04:00
..
version refactor: remove deprecated InitializePluginVersion, replace with NewPluginVersion 2024-06-03 09:37:30 -04:00
artifact.go [COMPLIANCE] License changes (#12568) 2023-08-10 15:53:29 -07:00
post-processor.go packer: remove ineffasign pointed assigns/decls 2024-07-18 10:51:17 -04:00
post-processor.hcl2spec.go Use packer-sdc in packer + remove mapstructure-to-hcl2 & struct-markdown (#10913) 2021-04-16 11:52:03 +02:00