[Go] Strip embed FS’s directory nameIn Go 1.16, embed package rolled out. I used to package all kinds of resources with packr. Now I can replace it with embed .Mar 22, 2021Mar 22, 2021
Go’s Memory Leak Caused by SliceUnlike C/C++, Go has GC, so we don’t need to handle memory allocation/release. However, we also should be cautious about memory leak.Mar 20, 20211Mar 20, 20211
Develop iOS & Android Applications with GoFourteen years ago, I started my career at Motorola developing a media player on Motorola’s embedded Linux with C++ and QT. At that time…Mar 16, 2021Mar 16, 2021
Error handling in GoError handling is very important in software development.Mar 5, 20211Mar 5, 20211