I have a script to print the same log like:
type Country stuct{
cityName string
}
var c Country
and I
var logger = logrus.New()
logger.Debug(c)
but in the log file, it looks like:
country_name:\"\\347\\276\\216\\345\\233\\275\"
I want to know what \\347\\276\\216\\345\\233\\275\ means and how to read the true meanwhile my script read the log file.
loggerin the posted code? The string"\347\276\216\345\233\275\"contains the octal escapes for"美国".