build: separate compiler and libs
This commit is contained in:
7
compiler/cl/_testlibgo/nettextproto/in.go
Normal file
7
compiler/cl/_testlibgo/nettextproto/in.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "net/textproto"
|
||||
|
||||
func main() {
|
||||
println(textproto.CanonicalMIMEHeaderKey("host"))
|
||||
}
|
||||
Reference in New Issue
Block a user