示例#1
0
func main() {
	runtime.printbool(true) // ERROR "unexported"
}
示例#2
0
文件: runtime.go 项目: 8l/go-learn
func main() {
	runtime.printbool(true) // ERROR "cannot refer|undefined identifier"
}