2 followers
Backend Developer.
A Comprehensive Guide to Object-Oriented Programming (OOP) in Golang · Golang is not purely an object-oriented programming language, but it has features...
Create your own custom go packages for re-usability. · In golang we use a package using the import keyword. For a single package: import "fmt" For...
Send emails using the go standard library (net/smtp). · Prerequisites To follow along, you will need to have golang installed locally Step 1: Create a...