exec.Command does not invoke a shell, so the wrapping " characters were inserted into the muxed tag value verbatim (e.g. TITLE read as "Snatch" instead of Snatch). Use unquoted Sprintf format strings.
exec.Command does not invoke a shell, so the wrapping " characters were inserted into the muxed tag value verbatim (e.g. TITLE read as "Snatch" instead of Snatch). Use unquoted Sprintf format strings.