GoLang Fundamentals— Part I

Sangramsing Kayte
5 min readJan 29, 2024

Three points are very important in Golang; we are trying to understand and learn how to use it

  1. Struct & interfaces in Golang
  2. Functions mapped to structs
  3. How to Declare Functions in Interfaces

In Go structs and interfaces are fundamental building blocks for defining and organizing code. They play a crucial role in creating structured and modular code. Let’s explore both concepts:

--

--

Sangramsing Kayte

I am a Machine Learning Scientist with over 9+ years of experience in both the Industrial and Research & Development domain.