diff options
Diffstat (limited to 'content/constants/default1.go')
-rw-r--r-- | content/constants/default1.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/constants/default1.go b/content/constants/default1.go index 914e4b7..0f7909c 100644 --- a/content/constants/default1.go +++ b/content/constants/default1.go @@ -6,6 +6,6 @@ import "fmt" func main() { // START OMIT - fmt.Printf("Hello, 世界") + fmt.Printf("%s", "Hello, 世界") // STOP OMIT } |