CATEGORY

GO

Golang URL Encode & Decode Practical Examples

In this tutorial we will explore golang url encode and decode using url.QueryEscape, url.PathEscape, url.QueryUnescape and url.PathUnescape with examples

By tuannguyen · 6 min read · GO

Master Golang Enum Techniques: Don't be a Rookie

Explore the dynamic world of Golang Enum. Unearth powerful strategies, avoid common pitfalls, and harness the full potential of enums to enhance your code's …

By antonyshikubu · 17 min read · GO

Golang Constructor Tutorial

we learn about Go constructors. Go does not come with constructors natively but provides ways to construct new types. Constructor functions are ordinary …

By antonyshikubu · 6 min read · GO