mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-06 21:51:30 +00:00
Changed it to be a function in main.go instead of a method since it wasn't using anything related to the Builder struct. Minor tweaks to make code more idiomatic: avoid i for the non-index variable in range, return an error instead of printing the error and boolean. Signed-off-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>