logfmt
logfmt copied to clipboard
Unmarshal with map[string]string
values := map[string]string{}
logfmt.Unmarshal(log_content, &values)
The code will crash; must I use a specified struct?