This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
nice-repo-share
/
the-way-to-go_ZH_CN
espejo de
https://github.com/Unknwon/the-way-to-go_ZH_CN.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Update 04.5.md (
#779
)
Sequarius
hace 5 años
padre
77f660927c
commit
d89b99b642
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
eBook/04.5.md
+ 1
- 1
eBook/04.5.md
Ver fichero
@@ -55,7 +55,7 @@ Go 语言中包含以下逻辑运算符:
非运算符用于取得和布尔值相反的结果。
-
和
运算符:`&&`
+
与
运算符:`&&`
```go
T && T -> true