Compare commits

...

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

2 changed files with 6 additions and 20 deletions

View File

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

View File

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