Go
19.5K subscribers
14 photos
143 links
// admin @denniselite
go func() { channel <- news }()
news := <-channel
fmt.Sprintf("%s", news)
Download Telegram
Channel created
Channel name was changed to «Go»
Channel photo updated
Great article about reverse engineering and debugging GoLang runtime - they explain some ways about profiling throughout different platforms

https://marcan.st/2017/12/debugging-an-evil-go-runtime-bug/