htmlspecialchars_decode

htmlspecialchars_decode

func htmlspecialchars_decode(str string) string {
  return html.UnescapeString(src)
}