This commit is contained in:
suguo.yao 2022-05-15 14:17:01 +08:00
commit 64764a6c9f
3 changed files with 11 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.vscode/
*.exe
go.sum
logs/

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module myschools.me/suguo/go-tutorial
go 1.18

4
readme.md Normal file
View File

@ -0,0 +1,4 @@
# golang tutorial
##### 概述
给我儿子的golang学习项目库