Compare commits

..

No commits in common. "main" and "golang" have entirely different histories.
main ... golang

2 changed files with 20 additions and 6 deletions

View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello World")
}

View File

@ -1,8 +1,15 @@
# 代码托管 # Golang
## 包含语言 这里是负责存储 Golang 代码的分支
- Cplus > 该目录下存储的工程文件命名规范如下
- Java
- Python - 两位阿拉伯数字构成的序号顺序增加其是工程的唯一ID01、02、03...
- Golang
- 描述该项目是用那种 IDE 创建的
- 该项目使用的编程语言
- 简单描述该项目
- 该项目的创建日期,必须为 **YYYY-MM-DD** 格式