第一章经典helloworld- 12345678910package main // 该声明为声明自己所属在哪个包, 而不是引用, 声明为main的为一个独立的可执行程序import "fmt" //导入声明$fun