lib/net/textproto: patch Dial

This commit is contained in:
赵英杰
2024-08-13 15:28:30 +08:00
parent 9f1100b967
commit 4a6a97ee75
5 changed files with 369 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
package main
import "net/textproto"
func main() {
println(textproto.CanonicalMIMEHeaderKey("host"))
}