Goland 无法import。
fmt没有使用,加一行 fmt.Println(666)
fmt.Println(666)
写的很清楚了呀,fmt包被导入了但没有被调用,main函数里调一下fmt包就行了
not used