We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bff07d + ab15f30 commit 7369ffdCopy full SHA for 7369ffd
_demo/hello/hello.go
@@ -11,7 +11,3 @@ func main() {
11
fmt.Println("hello world by fmt.Println")
12
c.Printf(c.Str("Hello world by c.Printf\n"))
13
}
14
-
15
-/* Expected output:
16
-Hello world
17
-*/
0 commit comments