go初学者提问,同一个目录下,main.go 不能访问其他文件里面的方法

Orocker · · 1763 次点击
go run main.go hey.go ok
#10
更多评论
`go run main.go hey.go` 就不会报错
#2