> > 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 {...}" >
See discussion at very similar thread: https://groups.google.com/forum/#!topic/golang-nuts/fsNdDuR7D_c -- 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/f02c8002-8f65-4ce0-85ea-fd2652f9f2b3%40googlegroups.com.