Zum Inhalt springen

Go Functions: From Zero to Hero

NerdCadamy

In this video tutorial we will learn the basics of Go functions: what is the signature of a functions, what are parameters, what are arguments, what is the return list, and what is the body of a function.

We will then move along and learn how we can pass in a variable number of arguments in a function.

Then we will start to get into a bit more advanced topics: covering recursion in go, anonymous functions, and closures!

Schlagwörter:

Schreiben Sie einen Kommentar

Ihre E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert