Go 语言基础知识
Posted vincenshen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Go 语言基础知识相关的知识,希望对你有一定的参考价值。
defer func退出时执行
panic 错误处理
chan 通道
goroutine
os.Create(filename) 创建文件
os.Open(filename) 打开文件
bufio.NewWrite(file-obj) 写缓存
writer.Flush() 将缓存写到磁盘
bufio.NewReader(file-obj) 读缓存
以上是关于Go 语言基础知识的主要内容,如果未能解决你的问题,请参考以下文章