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

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024

Комментарии • 37

  • @edurekaIN
    @edurekaIN  6 лет назад +7

    Got a question on the topic? Please share it in the comment section below and our experts will answer it for you.
    For Live Online Training and Certification, please write back to us at sales@edureka.co or call us at IND: 9606058406 / US: 18338555775 (toll free).

  • @rahulvaish3034
    @rahulvaish3034 4 года назад +11

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

  • @eljefe400
    @eljefe400 6 лет назад +15

    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...

    • @edurekaIN
      @edurekaIN  6 лет назад +2

      Hey Jeffrey, glad you loved the video. Do browse through our other video too and stay tuned for further updates. Cheers!

  • @janarthananv3268
    @janarthananv3268 6 лет назад +7

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

    • @edurekaIN
      @edurekaIN  6 лет назад +2

      Hey Janarthanan, glad you loved the tutorial. Do browse through our other videos and stay tuned for more updates. Cheers!

  • @AtileonVA
    @AtileonVA 4 года назад +3

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

    • @edurekaIN
      @edurekaIN  4 года назад

      Thank you for appreciating our efforts. Do subscribe to our channel and stay connected with us. Cheers :)

  • @lokeshobbina1678
    @lokeshobbina1678 Год назад +1

    Perfect Tutorial, Thank you :)

    • @edurekaIN
      @edurekaIN  Год назад

      You're welcome 😊Glad it was helpful!!

  • @premanand7803
    @premanand7803 2 года назад +1

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

    • @edurekaIN
      @edurekaIN  2 года назад

      Hey:) Thank you so much for your sweet words :) Really means a lot ! Glad to know that our content/courses is making you learn better :) Our team is striving hard to give the best content. Keep learning with us -Team Edureka :) Don't forget to like the video and share it with maximum people:) Do subscribe the channel:)

  • @kishorsharma1976
    @kishorsharma1976 5 лет назад +3

    thank you so much... LIKED and SUBSCRIBED.

  • @edergarbin
    @edergarbin 10 месяцев назад

    Done. Thanks!

  • @rakeshraushan4726
    @rakeshraushan4726 4 года назад

    Thanks Edureka, This is really a great video..

  • @akhilmaddu7752
    @akhilmaddu7752 5 лет назад +3

    Thanks a lot ,very helpfull

  • @devarapallijayashankar5522
    @devarapallijayashankar5522 Год назад

    Thanks mate learned something cool !!!

    • @edurekaIN
      @edurekaIN  Год назад

      You're Welcome 😊 Glad it was helpful !! Keep learning with us..

  • @jerrm8841
    @jerrm8841 Год назад

    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 ;)

    • @edurekaIN
      @edurekaIN  Год назад

      Thanks for showing interest in Edureka kindly visit the channel for more videos our content creators are eagerly waiting for your suggestion to make new videos on your interest :) DO subscribe for the video update

  • @Anonnius
    @Anonnius Год назад

    Thank you!

  • @chombazm
    @chombazm 2 года назад

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

    • @edurekaIN
      @edurekaIN  2 года назад +1

      We are very glad to hear that your a learning well with our contents :) continue to learn with us and don't forget to subscribe our channel so that you don't miss any updates !

  • @ultraforce3491
    @ultraforce3491 5 лет назад

    Thank you for your tutorial.
    Its very nice.

  • @SeemaJain
    @SeemaJain 4 года назад

    Awesome video. Very good for the beginners

  • @dailywebmoments
    @dailywebmoments 6 лет назад +11

    go in one go

  • @jesusdiv18
    @jesusdiv18 5 лет назад

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

  • @sauravkumar-bp3es
    @sauravkumar-bp3es 5 лет назад

    Awesome video.Very helpful.

  • @sharpfocus9572
    @sharpfocus9572 5 лет назад +1

    Hi, is Go Language good for backend development ?

    • @edurekaIN
      @edurekaIN  5 лет назад +6

      Hey, Yes it is very good for backend since it is very fast. The reason is that it combines the effective programming as an interpreted, dynamically-typed language, but at the same time has the best from statically-typed, compiled language as it picks up errors at compile time. Hope this helps!

  • @lemmerelassal610
    @lemmerelassal610 5 лет назад +1

    Very good tutorial, thank you!

    • @edurekaIN
      @edurekaIN  5 лет назад +1

      Thanks for the compliment Lemmer! We are glad you loved the video. Do subscribe to the channel and hit the bell icon to never miss an update from us in the future. Cheers!

  • @JonathanRintala
    @JonathanRintala 5 лет назад

    Cool idea 🔥

  • @olukayodepaul7070
    @olukayodepaul7070 5 лет назад +1

    Go should go and sleep.
    the syntax is not friendly

  • @MengzYou
    @MengzYou 4 года назад

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