mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 03:34:15 +08:00
fix source code use ascii double quotes .
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
“fmt”
|
||||
"fmt"
|
||||
)
|
||||
|
||||
const c = “C”
|
||||
const c = "C"
|
||||
|
||||
var v int = 5
|
||||
|
||||
|
Reference in New Issue
Block a user