You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
249 B

2 years ago
# 一、语言基础
## 1. 注释
### 1.1 单行注释
```go
// 单行注释
```
### 1.2 多行注释
```go
/**
多行注释
/
```
## 2. 基本数据类型
## 3. 复和数据类型
## 4. 函数
## 5. 方法
## 6. 接口
## 7. 包和工具