mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-11-24 07:14:47 +00:00
Update ch5-09.md
翻译问题
This commit is contained in:
parent
9490a5390d
commit
a1ad719a03
@ -17,7 +17,7 @@ default:
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
断言函数必须满足的前置条件是明智的做法,但这很容易被滥用。除非你能提供更多的错误信息,或者能更快速的发现错误,否则不需要使用断言,编译器在运行时会帮你检查代码。
|
断言函数必须满足的前置条件是明智的做法,但这很容易被滥用。除非你能提供更多的错误信息,或者能更快速的发现错误,否则不需要断言那些运行时会检查的条件。
|
||||||
|
|
||||||
```Go
|
```Go
|
||||||
func Reset(x *Buffer) {
|
func Reset(x *Buffer) {
|
||||||
|
Loading…
Reference in New Issue
Block a user