BLOG

Latest Articles

Golang Optional Parameters [Usage & Examples]

Different methods to use golang optionals parameters are Variadic function, Optional string parameters, Optional numerical parameters, Optional struct …

By antonyshikubu · 6 min read · GO

Is golang tuple possible? [SOLVED]

By design golang tuple is not possible but we can work around this by using interfaces and generics.

By tuannguyen · 4 min read · GOLANG Solutions