mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 07:23:28 +08:00
Update 04.5.md (#779)
This commit is contained in:
@@ -55,7 +55,7 @@ Go 语言中包含以下逻辑运算符:
|
|||||||
|
|
||||||
非运算符用于取得和布尔值相反的结果。
|
非运算符用于取得和布尔值相反的结果。
|
||||||
|
|
||||||
和运算符:`&&`
|
与运算符:`&&`
|
||||||
|
|
||||||
```go
|
```go
|
||||||
T && T -> true
|
T && T -> true
|
||||||
|
Reference in New Issue
Block a user