Hi all,
I still consider myself a newbie to Golang hence my question here could be
due to my fundamental misunderstanding of this language
I have the following code:
func main() {
for i := 0; i < 5; i++ {
go func() {
log.Println("i=", i)
}()
}
fmt.
Hi all,
My apologies; I very well understand that the answers to my question here
could be subjective / opinions yet I would like to know if I could really
continue banking on this Websockets.
I feel Websockets is really cool and I have used it for IPC between non-web
applications. Certainly