/go_study

Golang语言学习

Primary LanguageGo

说明


Go语言学习

推荐书籍:

https://github.com/unknwon/the-way-to-go_ZH_CN/blob/master/eBook/directory.md

vscode配置Go以及头部注释信息

https://github.com/OBKoro1/koro1FileHeader
https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
https://blog.csdn.net/CoderXZ/article/details/106029486

头部注释:
	mac:control+command+i
	windows:ctrl+cmd+i
函数注释:
	mac: control+command+j
	windows: ctrl+cmd+j