Files
llgo/compiler/cl/_testlibgo/nettextproto/in.go

8 lines
105 B
Go
Raw Normal View History

2024-08-13 15:28:30 +08:00
package main
import "net/textproto"
func main() {
println(textproto.CanonicalMIMEHeaderKey("host"))
}