Why is it necessary to write func in go before declaring a function; if in 
C, when parsing a function, there is no such need?
Why "func sum(a, b int) int {...}" can't be "sum(a, b int) int {...}"

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/cff1e7ea-4a6e-4299-8f71-07ce7f29cc6f%40googlegroups.com.

Reply via email to