Go (Golang) Tutorial #13 - Pass By Value

preview_player
Показать описание
Go is a "pass by value" language -- we'll talk about what that means in this Go tutorial.

🐱‍👤 View this course in full without ads on Net Ninja Pro:

🐱‍💻 Course Files:

🐱‍👤 JOIN THE YOUTUBE NET NINJA GANG -

🐱‍💻 🐱‍💻 My Udemy Courses:

🐱‍💻 Useful playlists:

🐱‍💻 Social Links:
Рекомендации по теме
Комментарии
Автор

What I love about your videos is the fact that you explain in great detain the anatomy and physiology of the commands you type. That has been really helpful. You are an excellent instructor. Thank you!!

tshanadoxa
Автор

Love these high quality theoretical explanations through these slides, these are also much needed apart from coding straight away! Thanks Mr.Pelling! :)

soumadip_skyy_banerjee
Автор

Love the little dip into computer science here. Can't wait to see the comments on the pointers video. :)

Going to pick up a Golang book or two soon and get to it and it's all because this tutorial. Loving the language. Modern conveniences (though not a ton of them!) but you can get your hands dirty.

sourcedecay
Автор

Thanks Shawn for taking efforts to teach us all ❤️

ayushdedhia
Автор

Hello; I want to say i love your videos they are super uber understandable and fun to watch.

i want to correct this; slices are non-pointer values, not a pointer wrapper value

kerimcetinbas
Автор

Great video! Diagrams are clear as well as the explanations 🤘

toutane
Автор

I can't find lesson 12 in the playlist. I pass from 11 to 13

matteobarbieri
Автор

Gotta follow the Maps part before this one 😅

MaxProgramming
Автор

I still wonder why arrays are in Group A, and Slices are in Group B since the only difference between them is the "size of the expected value" 🤔

Array => [3]int
Slice => []int

adeyinkaadefolurin
Автор

i think other language does this (pass by value) as well, right? correct me if im wrong...

layhoutchea
welcome to shbcf.ru