Fuad Olatunji
Fuad Olatunji

Fuad Olatunji

Follow
Follow
homebadges
Tag

Go Language

#go

More content

Read more stories on Hashnode


Articles with this tag

Implementing OOP Concepts in Golang

Jan 1, 20235 min read

A Comprehensive Guide to Object-Oriented Programming (OOP) in Golang · Golang is not purely an object-oriented programming language, but it has features...

Implementing OOP Concepts in Golang

How to create a package in golang.

Sep 12, 20212 min read

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...

How to create a package in golang.

How to send emails using Go(golang).

Sep 11, 20212 min read

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...

How to send emails using Go(golang).