package main

import (
"fmt"
)

func main() {
/*
    s := "*/"
*/

fmt.Println("Hello, playground")
}

tmp/sandbox035254559/main.go:9: newline in string
tmp/sandbox035254559/main.go:10: syntax error: unexpected /, expecting 
expression
tmp/sandbox035254559/main.go:12: syntax error: unexpected fmt at end of statemen


https://play.golang.org/p/N0exOIHTrr

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to