06
Oct
Hey! I am Currently learning Go Lang, and I am taking some basic Notes on my Notion and though I'd also just publish them here. They are not well thought out or well written but it's just me taking notes from time to time for my reference. I am taking the Udemy Course by Maximilian Schwarzmüller, Notes Defining Functions all the user defined Functions are defined below the main function a function in Go can be defined using func keyword We can add parameters to the function, when adding parameters we have to define the type of the parameter func…