Functions in Golang [Beginners Guide]

preview_player
Показать описание
You may be used to object-oriented programming, or OOP for short where you have classes, initiate classes, and create/retrieve objects. With Go, it's a bit different. Because go is a procedural-based programming language, it's function based.

In this video you'll learn....
- How to call functions in other functions
- How to use the os package to pass in parameters at runtime

#programming #go
Рекомендации по теме