golang讲解(go语言)标准库分析之os(8)
[caption id="attachment_902" align="alignnone" width="300"] Golang标准库[/caption]
今天我们继续os包,不多说话了就说一句是golang的os包
...
golang讲解(go语言)标准库分析之io(2)
今天我们继续讲golang的io的标准库
[1]type PipeReader
type PipeReader struct {
// contains filtered or unexported ...
golang讲解(go语言)标准库分析之os(7)
[caption id="attachment_902" align="alignnone" width="300"] Golang标准库[/caption]
今天我们继续讲golang标准库的os包,依然是没有...
golang讲解(go语言)标准库分析之string开篇
今天我们继续讲golang标准库的string这个包,我选定这个是看了下别的包真的需要这个功能所以我们来这个包,string包实现了简单的函数方法来...
golang讲解(go语言)标准库分析之os(6)
[caption id="attachment_902" align="alignnone" width="300"] Golang标准库[/caption]
今天我们讲golang标准库的os包type File struct{},还是...
golang讲解(go语言)标准库分析之os(5)
[caption id="attachment_902" align="alignnone" width="300"] Golang标准库[/caption]
今天我们继续os包分析~~~木有废话~~
(1)os.Rename()...
golang讲解(go语言)标准库分析之os(3)
[caption id="attachment_902" align="alignnone" width="300"] Golang标准库[/caption]
今天人我们继续分析os包,这个包其实很多估计还待几...
golang讲解(go语言)标准库分析之os/user os/signal (os包完结篇)
今天我们讲golang os包的最后两个包user、signal
os/user包
(1)type UnknownUserError string其中这个里边有一个方法func (e UnknownUserError...
golang讲解(go语言)标准库分析之strings(2)
其实我也不明白是什么让我坚持下来一点一点的分析pkg包,但是分析的时候我感觉还是很高兴的!今天我们继续strings包
(1)func Index...
