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/
Unit testing and TDD: 5 of simple tips and tricks for improving your tests

1. Put your tests in a different package
2. Internal tests go in a different file
3. Run all tests on save
4. Write table driven tests
5. Mock things using Go code

https://medium.com/@matryer/5-simple-tips-and-tricks-for-writing-unit-tests-in-golang-619653f90742?source=linkShare-b636419a57de-1516079991