1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-04 12:52:28 +08:00

Update convertor_zh-CN.md (#45)

fix docs
This commit is contained in:
CyJaySong
2022-07-21 11:22:30 +08:00
committed by GitHub
parent 9bd1c205fe
commit ac0fb5ef25

View File

@@ -273,7 +273,7 @@ func main() {
### <span id="ToInt">ToInt</span>
<p>将interface转成intt64类型如果参数无法转换会返回0和error</p>
<p>将interface转成int64类型如果参数无法转换会返回0和error</p>
<b>函数签名:</b>
@@ -488,4 +488,4 @@ func main() {
fmt.Println(result) //[]string{"a:1", "b:2", "c:3"}
}
```
```