golang基础知识 今天说一些golang的基础知识,还有你们学习会遇到的问题,先讲解hello word package main import "fmt" func main() { fmt.... Go语言 2013年07月12日 0 点赞 0 评论 2631 浏览
golang讲解(go语言)标准库分析之os(7) [caption id="attachment_902" align="alignnone" width="300"] Golang标准库[/caption] 今天我们继续讲golang标准库的os包,依然是没有... Go语言 2014年01月04日 0 点赞 0 评论 2998 浏览
Go语言结构struct(普及golang) 1.struct 简洁 这个的struct和C语言的很相似,模拟出class的功能,但是不完全的!没有构造函数等! 2.struct的申明 package main impor... Go语言 2013年12月09日 0 点赞 0 评论 2814 浏览