package mapping import ( "fmt" "net/textproto" "testing" ) func TestParseHeaders(t *testing.T) { fmt.Println(textproto.CanonicalMIMEHeaderKey("first_name")) }