同属于一个包下函数不能重名

多个go文件的编译

go build hello.go utils.go  # 编译
go run hello.go utils.go  # 编译并执行