i'm new to golang. as far as i know, golang takes '{' place into
syntax check. but why not check '('? sorry about my poor english.
e.g.
package main
import
# no check no check
( "fmt"
"math"
)
func main() { #check
fmt.Printf("Now you have %g problems.", math.Sqrt(7))
}
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.