Golang 1.21: What is new?

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

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

  • @alonsojl-12
    @alonsojl-12 11 месяцев назад +7

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

    • @MarioCarrion
      @MarioCarrion  11 месяцев назад

      Thanks for watching. Stay safe.

  • @a_maxed_out_handle_of_30_chars
    @a_maxed_out_handle_of_30_chars 11 месяцев назад +2

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

    • @MarioCarrion
      @MarioCarrion  11 месяцев назад

      Thanks for watching! Take care.

  • @fabricioaraujo7642
    @fabricioaraujo7642 11 месяцев назад

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

    • @MarioCarrion
      @MarioCarrion  11 месяцев назад +1

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

  • @farzadmf
    @farzadmf 11 месяцев назад

    Welcome back; thanks for the video

  • @adibhanna
    @adibhanna 11 месяцев назад +1

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

    • @farzadmf
      @farzadmf 11 месяцев назад

      Curious as well

    • @MarioCarrion
      @MarioCarrion  11 месяцев назад +1

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

    • @MarioCarrion
      @MarioCarrion  11 месяцев назад +2

      It's called "presentify" :)

  • @GabrielPozo
    @GabrielPozo 11 месяцев назад

    Thank you for making videos again!

    • @MarioCarrion
      @MarioCarrion  11 месяцев назад

      Thanks for watching Gabriel!

  • @manpt123
    @manpt123 11 месяцев назад

    Thank you sir

    • @MarioCarrion
      @MarioCarrion  11 месяцев назад

      You're welcome. Thanks for watching.

  • @Cruzylife
    @Cruzylife 11 месяцев назад

    The legend Mario is back

  • @Cruzylife
    @Cruzylife 11 месяцев назад

    The edits r fire 😮

  • @Byronseto
    @Byronseto 11 месяцев назад

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

    • @MarioCarrion
      @MarioCarrion  11 месяцев назад +1

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

    • @Byronseto
      @Byronseto 11 месяцев назад

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

  • @Levelord92
    @Levelord92 11 месяцев назад

    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  11 месяцев назад

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

    • @hans-karl
      @hans-karl 8 месяцев назад

      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 11 месяцев назад

    Can u share ur vimrc file?

    • @MarioCarrion
      @MarioCarrion  11 месяцев назад +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): ruclips.net/video/LbsILONOaiE/видео.html and the actual configuration github.com/MarioCarrion/videos/tree/269956e913b76e6bb4ed790e4b5d25255cb1db4f/2023/01/nvim

    • @Undertheroot
      @Undertheroot 11 месяцев назад

      @@MarioCarrion thank you for your answer☺️