GO语言

golang基础知识

今天说一些golang的基础知识,还有你们学习会遇到的问题,先讲解hello word package main import "fmt" func main() { fmt....