Go (Golang) Tutorial #6 - The Standard Library

  Рет қаралды 58,931

Net Ninja

Net Ninja

Күн бұрын

Пікірлер: 28
@idunexist
@idunexist 2 жыл бұрын
best teacher ever, for any languages!
@NetNinja
@NetNinja 2 жыл бұрын
Thank you Huang :)
@bobbyutulu
@bobbyutulu 3 жыл бұрын
It's funny how this playlist came out just went I was looking for a go playlist. Kudos
@abhinav.sharma
@abhinav.sharma 3 жыл бұрын
Just started following this Tutorial Series, Shaun! Great work as always.
@Braenn666
@Braenn666 3 жыл бұрын
I like the pace of your videos, excellent for beginners like me :)
@siddhantkashyap5934
@siddhantkashyap5934 3 жыл бұрын
Really enjoying the series, Man!!
@tavoochoa100
@tavoochoa100 Жыл бұрын
as an advice while doing the examples try to clean up the console so all the outputs could be more readable
@MaxProgramming
@MaxProgramming 3 жыл бұрын
GO IS FUNNNN
@plus_wisdom
@plus_wisdom 3 жыл бұрын
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 ?
@jumashka626
@jumashka626 11 ай бұрын
If 1 existed, its index would be 0. Function works in this way I think.
@The_knowledge435
@The_knowledge435 3 ай бұрын
Yes you are correct ,that's the logic​@@jumashka626
@udayverma6120
@udayverma6120 3 жыл бұрын
By what date approximately will you be able to complete this series? Thanks for all these videos!
@NetNinja
@NetNinja 3 жыл бұрын
Hopefully they will all be up within the next 1-2 weeks. 21 videos in total :)
@ahmadalharbi9097
@ahmadalharbi9097 3 жыл бұрын
Thanks Shuan , will golang be related to your web development courses in future?
@laramaxal4345
@laramaxal4345 3 жыл бұрын
Please make a tutorial for NodeJs (Backend) middleware API and React/Vuejs (frontend). How we fetch/send data from frontend to backend.
@crypto-mech-arena
@crypto-mech-arena 3 жыл бұрын
Super, but how to get the last element from an array.? Like in Python list[-1]
@jakerawk
@jakerawk 3 жыл бұрын
lastElement := list[len(list)-1]
@みの-e7j
@みの-e7j 2 жыл бұрын
Good Contents!!!!
@toluwasethomas600
@toluwasethomas600 3 жыл бұрын
awesome
@devprakash5320
@devprakash5320 3 жыл бұрын
brilliant
@amiralina
@amiralina 24 күн бұрын
Great
@borisakelovic9930
@borisakelovic9930 3 жыл бұрын
// You go Ninja :D
@kvelez
@kvelez Жыл бұрын
Cool
@syedahkam7164
@syedahkam7164 3 жыл бұрын
Rust lang tutorial when?
@blezzyzx
@blezzyzx 3 жыл бұрын
Sheeeshhhh
@yasamanranjbar9811
@yasamanranjbar9811 3 жыл бұрын
Please hold nuxt.js course . Your course is the best Thank you
@mgr1282
@mgr1282 3 жыл бұрын
GoFiber
@vaster1142
@vaster1142 Жыл бұрын
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.
Go (Golang) Tutorial #7 - Loops
8:45
Net Ninja
Рет қаралды 46 М.
Go (Golang) Tutorial #5 - Arrays & Slices
10:57
Net Ninja
Рет қаралды 79 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
Learn GO Fast: Full Tutorial
1:07:53
Alex Mux
Рет қаралды 544 М.
Go (Golang) Tutorial #3 - Variables, Strings & Numbers
13:54
Net Ninja
Рет қаралды 98 М.
Full Golang Tutorial - Learn Go by Building a TodoList App
1:34:56
TechWorld with Nana
Рет қаралды 86 М.
Go in 100 Seconds
2:30
Fireship
Рет қаралды 1,8 МЛН
The standard library now has all you need for advanced routing in Go.
13:52
Golang Tutorial #22 - Interfaces
12:19
Tech With Tim
Рет қаралды 107 М.
Golang Tutorial #15 - Maps
9:57
Tech With Tim
Рет қаралды 37 М.
Go Programming - Golang Course with Bonus Projects
9:32:48
freeCodeCamp.org
Рет қаралды 936 М.