Coding Journal

My journey to become a Full Stack Developer

cover image

Functions. Learning Go - part 3.

June 7, 2022, 8:32 p.m.

My today’s subject is functions. 
Functions are the core of programming in Go. 

1. We can declare our own functions and call them in every place in the package.

Read More