CATEGORY

GO

Golang io.ReadCloser Examples

Golang io.ReadCloser interface is built out of an io.Reader and an io.Closer:

By tuannguyen · 4 min read · GO

How to pass default parameter to golang function?

Golang does not support optional parameters (can not set default values for parameters). But there are different methods to add golang default parameter.

By tuannguyen · 3 min read · GO

Golang Queue Implementation

We can use slices, lists, or channels for golang queue implementation

By tuannguyen · 4 min read · GO

Learn Golang Chi to Master the Craft of Web Services

Discover the transformative power of Golang Chi in web development. Our comprehensive guide provides insights and practical knowledge, equipping you to create …

By tuannguyen · 17 min read · GO