Nirdosh Gautam
Nirdosh Gautam

Nirdosh Gautam

Follow
Follow
homeProjects
Tag

golang

#golang

More content

Read more stories on Hashnode


Articles with this tag

OOP Patterns in Go: Methods, Interfaces and Type Embedding

Oct 6, 20236 min read

In Go, there are no explicit definitions for Class, Object and Inheritance like in traditional OOP languages but it offers similar features with a...

OOP Patterns in Go: Methods, Interfaces and Type Embedding

A Guide to Effective Go Documentation

Oct 1, 20235 min read

In this post, we’ll explore Go documentation, tools and techniques to make it effective, and ways to share it. What should be documented? Any exported...

A Guide to Effective Go Documentation