Go (Golang) Tutorial #6 - The Standard Library

preview_player
Показать описание
Hey gang, in this Golang tutorial you'll learn how to import extra packages & functionality for the Go Standard Library. You'll also learn ow to use some functions for the "strings" package and the "sort" package.

🐱‍👤 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:
Рекомендации по теме
Комментарии
Автор

It's funny how this playlist came out just went I was looking for a go playlist. Kudos

bobbyutulu
Автор

best teacher ever, for any languages!

idunexist
Автор

Just started following this Tutorial Series, Shaun!
Great work as always. <3

abhinav.sharma
Автор

I like the pace of your videos, excellent for beginners like me :)

Braenn
Автор

as an advice while doing the examples try to clean up the console so all the outputs could be more readable

tavoochoa
Автор

Thanks Shuan, will golang be related to your web development courses in future?

ahmadalharbi
Автор

ages := []int{45, 20, 35, 30, 75, 60, 50, 25}

sort.Ints(ages)
fmt.Println(ages)

index := sort.SearchInts(ages, 1)
fmt.Println(index)
This statement returns zero, but value 1 doesn't exists and as ninja said it could be return 8. Whats wrong ?

plus_wisdom
Автор

By what date approximately will you be able to complete this series? Thanks for all these videos!

udayverma
Автор

Please make a tutorial for NodeJs (Backend) middleware API and React/Vuejs (frontend). How we fetch/send data from frontend to backend.

laramaxal
Автор

Super, but how to get the last element from an array.? Like in Python list[-1]

crypto-mech-arena
Автор

Please hold nuxt.js course . Your course is the best
Thank you

yasamanranjbar
Автор

ages := []int{45, 99, 92, 723, 1}
fmt.Println( sort.SearchInts(ages, 8) == sort.SearchInts(ages, 45))

Output: True

😂I thought it would be wiser at this. Buh just like others, it automatically fills in 8 in order of magnitude even though it doesn't exist and it makes it hold the same place with the actual 45.

vaster
join shbcf.ru