Golang 1.21: What is new?

แชร์
ฝัง

ความคิดเห็น • 26

  • @alonsojlx
    @alonsojlx ปีที่แล้ว +7

    It's incredible that you're back Mario, thanks for the videos

    • @MarioCarrion
      @MarioCarrion  ปีที่แล้ว

      Thanks for watching. Stay safe.

  • @a_maxed_out_handle_of_30_chars
    @a_maxed_out_handle_of_30_chars ปีที่แล้ว +2

    aah, thank you
    i was looking forward to this video :)

    • @MarioCarrion
      @MarioCarrion  ปีที่แล้ว

      Thanks for watching! Take care.

  • @farzadmf
    @farzadmf ปีที่แล้ว

    Welcome back; thanks for the video

  • @fabricioaraujo7642
    @fabricioaraujo7642 ปีที่แล้ว

    great video that's was exacly was looking for about this new changes thanks !

    • @MarioCarrion
      @MarioCarrion  ปีที่แล้ว +1

      I'm glad you found the video useful, cheers!

  • @GabrielPozo
    @GabrielPozo ปีที่แล้ว

    Thank you for making videos again!

    • @MarioCarrion
      @MarioCarrion  ปีที่แล้ว

      Thanks for watching Gabriel!

  • @Cruzylife
    @Cruzylife ปีที่แล้ว

    The edits r fire 😮

  • @Cruzylife
    @Cruzylife ปีที่แล้ว

    The legend Mario is back

  • @manpt123
    @manpt123 ปีที่แล้ว

    Thank you sir

    • @MarioCarrion
      @MarioCarrion  ปีที่แล้ว

      You're welcome. Thanks for watching.

  • @adibhanna
    @adibhanna ปีที่แล้ว +1

    great video!
    What tool are you using to draw these rectangles and arrows ?

    • @farzadmf
      @farzadmf ปีที่แล้ว

      Curious as well

    • @MarioCarrion
      @MarioCarrion  ปีที่แล้ว +1

      Thanks for watching! The tool is called "presentify" there are other alternatives, but this is my favorite one so far.

    • @MarioCarrion
      @MarioCarrion  ปีที่แล้ว +2

      It's called "presentify" :)

  • @Byronseto
    @Byronseto ปีที่แล้ว

    Can you go over the Type Inference changes that happened on 1.21?

    • @MarioCarrion
      @MarioCarrion  ปีที่แล้ว +1

      That's a great idea, thanks for the suggestion.

    • @Byronseto
      @Byronseto ปีที่แล้ว

      @@MarioCarrion no problem! Thanks for the videos :)!

  • @Levelord92
    @Levelord92 ปีที่แล้ว

    I wonder why didn't they keep methods like keys() and values () in new maps package, which actually was in x package.. They seemd really helpful

    • @MarioCarrion
      @MarioCarrion  ปีที่แล้ว

      Yes, I assume because those are easy to implement? I don't know for sure, but good observation.

    • @hans-karl
      @hans-karl ปีที่แล้ว

      In java these functions are mainly used for returning a list for traversing. In go, a for loop can be used for that purpose,

  • @Undertheroot
    @Undertheroot ปีที่แล้ว

    Can u share ur vimrc file?

    • @MarioCarrion
      @MarioCarrion  ปีที่แล้ว +1

      I have a video that goes through the configuration I use, keep in mind I'm using neovim and my configuration is using LUA (for the most part): th-cam.com/video/LbsILONOaiE/w-d-xo.html and the actual configuration github.com/MarioCarrion/videos/tree/269956e913b76e6bb4ed790e4b5d25255cb1db4f/2023/01/nvim

    • @Undertheroot
      @Undertheroot ปีที่แล้ว

      @@MarioCarrion thank you for your answer☺️