arrays and slices - go tutorial for beginners - part 7

preview_player
Показать описание
This is a beginner tutorial on arrays and slices in go.

Both of them are one of the most important data structures in go or programming in general. I am explaining the difference between these, as well as everything else you need to know in order to fully understand how they work.

Playlist:

❤️ SUPPORT MY CHANNEL ❤️
--------------------------------------------------
A little support goes a long way!

📖 5 Books to skyrocket your career 📖
----------------------------------------------------

🎒 THE GEAR I USE 🎒
--------------------------------------------------

💻 Technical Gear

🎒 Digital Nomad Essential Gear

📷 YouTube Gear

👋 SOCIAL MEDIA 👋
----------------------------------------------------

@the_langhorst - INSTAGRAM
@the_langhorst - TWITTER
@the_langhorst - TIKTOK

🎶 MUSIC I USED 🎶
----------------------------------------------------

Karl Casey @ White Bat Audio

Song: Erlando - Questions (Vlog No Copyright Music)
Music provided by Vlog No Copyright Music.

‼️ Disclaimers

The links mentioned in this description may contain affiliate links. I may receive a commission for any purchases made through these links, but there won't be any extra cost for you. I am grateful for your support, as it enables me to keep providing you with valuable content for free.

#programming #coding #golang
Рекомендации по теме
Комментарии
Автор

Great explanation!
Go is so much fun!

flexairz
Автор

Clever initialization:
*slice := []int{5:1}*

a := (*[6]int)(slice) // *convert slice to array pointer* (since go 1.17)

MaximRovinsky
welcome to shbcf.ru