⚠️ This lesson is retired and might contain outdated information.

Writing a Function that Multiplies a Number by Two in Go

Chris Biscardi
InstructorChris Biscardi
Share this video with your friends

Social Share Links

Send Tweet

Functions are as useful in Go as many other programming languages. In this lesson we write a function that operates on numbers covering the func keyword, argument and return signatures, and writing the function body.