GOlang
golang讲解(go语言)标准库分析之os(8)
[caption id="attachment_902" align="alignnone" width="300"] Golang标准库[/caption]
今天我们继续os包,不多说话了就说一句是golang的os包
...
golang讲解(go语言)标准库分析之os(6)
[caption id="attachment_902" align="alignnone" width="300"] Golang标准库[/caption]
今天我们讲golang标准库的os包type File struct{},还是...
Go语言结构struct(普及golang)
1.struct 简洁
这个的struct和C语言的很相似,模拟出class的功能,但是不完全的!没有构造函数等!
2.struct的申明
package main
impor...