```gopackage main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}
package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}
```
new Vditor('vditor', { height: 360, cache: { enable: false, }, preview: { hljs: { enable: false, }, }, value: `\`\`\`go package main import "fmt" func main() { \tfmt.Println("Hello, 世界") } \`\`\``, })