Introduction to `go generate`Unlock the power of `go generate` in Go development: automate code generation, enhance testing, streamline documentation, and more!May 14, 2023May 14, 2023
Readonly proxy pattern in GoThe readonly proxy pattern is a design pattern that allows read-only access to an underlying object or data structure. This pattern is…Mar 6, 2023Mar 6, 2023
Go Testing with testify/suiteThe testify/suite package is a popular testing library for Go that provides a convenient way to group related test functions and set up…Feb 20, 2023Feb 20, 2023
Enabling auto-test in GoLandIn this post, we will explore how to enable the auto test runner in GoLand, a powerful tool that automatically runs your tests as you write…Feb 19, 2023Feb 19, 2023
[요약] GitHub Satellite 2020GitHub Satellite 2020 이라는 컨퍼런스에서 공개한 GitHub 의 새로운 기능들May 30, 2020May 30, 2020