go build报错cannot find package

Aaily · · 2453 次点击
包只到文件夹,去掉world import ( "fmt" "go_learn/day01/str_type" )
#9
更多评论
哪有world 包?明明是个文件,不是文件夹
#1
首先,package 不是文件,应该是个文件夹吧,其次,你的hello.go 文件中根本就没有引用world 里面的任何东西。
#2