Go Programming Language Tutorial | Golang Tutorial For Beginners | Go Language Training | Edureka

preview_player
Показать описание
This Edureka Tutorial video on "Golang Tutorial" will help you in understanding the various fundamentals of Go programming language with examples in detail.

#golang #golangtutorial #golangwebdevelopment

--------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------

Got a question on the topic? Please share it in the comment section below and our experts will answer it for you.

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

Got a question on the topic? Please share it in the comment section below and our experts will answer it for you.

edurekaIN
Автор

It took me back to the C-Programming era :)
Thanks for the awesome tutorial !!

rahulvaish
Автор

This is a fantastic tutorial. I have been looking through many others including paid tutorial series. Your instructions are clear and concise and the concepts are explained and demonstrated with great efficiency. While I’m sure that your typos that created errors were not intentional, I found it helpful when you had to step back to find your mistakes. If I were to add even a small suggestion, PLEASE MAKE MORE Mistakes! 😉. Thank you for sharing . You are, indeed, ONE CHILL DUDE...

eljefe
Автор

This why I love Eureka tutorial one of the best for Golang. Thanks for publishing in YouTube :)

janarthananv
Автор

This was a really well expend of my time, congratulations edureka! This is the best kickoff for a newbie gopher. Thanks a lot

AtileonVA
Автор

thank you so much... LIKED and SUBSCRIBED.

kishorsharma
Автор

Thanks Edureka, This is really a great video..

rakeshraushan
Автор

Thank you so much. The concepts are explained well. Good job!

jesusdiv
Автор

Thanks mate learned something cool !!!

devarapallijayashankar
Автор

Thanks edureka. I loved and appreciate how you brought out the concepts and the cases on the switch function where funny.😂

chombazm
Автор

Nice to watch for recaps too. Small obs: when you talk about arrays and slices, at around min 33, it should be clear that you are slicing an slice, not slicing an array. When you define the structure as `a := []int{1, 2}` it will create a slice, whereas if you define it as `b := [2]int{1, 2}` or `c := [...]int{1, 2}` it will create an array. (Please someone ammend it if I am wrong ;)

jerrm
Автор

Awesome video. Very good for the beginners

SeemaJain
Автор

Thank you for your tutorial.
Its very nice.

ultraforce
Автор

Thank you for posting
I am an absolute beginner in programming
Is this language similar to python
Thank you

premanand
Автор

Hi, is Go Language good for backend development ?

sharpfocus
Автор

Go should go and sleep.
the syntax is not friendly

olukayodepaul
Автор

That's a great tutorial video, thanks a lot!

MengzYou