Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
谢小军 authored and 谢小军 committed Feb 3, 2020
1 parent acea577 commit a4cddba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ change.md
- [使用 defer 释放资源](#使用-defer-释放资源)
- [Channel 的 size 要么是 1,要么是无缓冲的](#Channel-的-size-要么是-1要么是无缓冲的)
- [枚举从 1 开始](#枚举从-1-开始)
- [使用 `"time"` 处理时间](#使用-`"time"`-处理时间)
- [使用 `"time"` 处理时间](#使用-time-处理时间)
- [错误类型](#错误类型)
- [错误包装 (Error Wrapping)](#错误包装-error-wrapping)
- [处理类型断言失败](#处理类型断言失败)
Expand Down Expand Up @@ -549,7 +549,7 @@ const (
// LogToStdout=0, LogToFile=1, LogToRemote=2
```

### 使用 `"time"` 处理时间
### 使用 time 处理时间

时间处理很复杂。关于时间的错误假设通常包括以下几点。

Expand Down

0 comments on commit a4cddba

Please sign in to comment.