mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-11 22:53:43 +08:00
Merge pull request #106 from dbarobin/master
[Typo] Fix wrong double quotation marks
This commit is contained in:
@@ -80,7 +80,7 @@ var str string = "Go says hello to the world!"
|
||||
```go
|
||||
var a = 15
|
||||
var b = false
|
||||
var str = “Go says hello to the world!”
|
||||
var str = "Go says hello to the world!"
|
||||
```
|
||||
|
||||
或:
|
||||
|
Reference in New Issue
Block a user