If I understand correctly, just make a call to your function and good. go func() {} ()
thanks , so Go does not need any background task implemention because of goroutines structure, right?
don't let it return 😅
Goroutine executes functions, simple like that, the example above is an anonymous function ..
Im using Fiber framework because its simplicity and Express-like syntax and in its function we should return error. I wanted to send uploaded file link to other connected clients through websocket and had that problem that I said and now solved with help of dear @jeffotoni
Boy, we use fiber around here too, it's very good, I'm glad to hear that it helped you 😍😍😍
Обсуждают сегодня