fix source code use ascii double quotes .

This commit is contained in:
Zhanming Qi
2013-04-17 11:52:01 +08:00
parent a41fd271c2
commit 64ab70731b
2 changed files with 6 additions and 6 deletions

View File

@@ -1,10 +1,10 @@
package main
import (
fmt
"fmt"
)
const c = C
const c = "C"
var v int = 5