为什么我代码这样才能正常运行,和视频里面那样写就报错
看起来是你这样写是正常的,不清楚视频是什么样的?具体的报错信息是什么??
func main(){ fmt.Print("hello world") time.Sleep(3*time.Second) }