mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-11-13 09:16:10 +08:00
修改标点错误 (#494)
This commit is contained in:
@@ -65,7 +65,7 @@ func main() {
|
||||
下面的代码试图访问一个未引用的变量或者函数,甚至没有编译。将会返回一个错误:
|
||||
|
||||
```go
|
||||
fmt.Printf(“Float from package1: %f\n”, pack1.pack1Float)
|
||||
fmt.Printf("Float from package1: %f\n", pack1.pack1Float)
|
||||
```
|
||||
|
||||
错误:
|
||||
|
||||
Reference in New Issue
Block a user