Go Class: 33 Reflection

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ม.ค. 2025

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

  • @pettymanny6487
    @pettymanny6487 10 หลายเดือนก่อน +1

    For me it's a very useful lecture. Thanks a lot!

  • @badrbadr3793
    @badrbadr3793 2 ปีที่แล้ว

    Great explanation Sir that was really helpful

  • @DuyTaCong
    @DuyTaCong 4 หลายเดือนก่อน

    great, i didn't know we can use golang like this

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

    Hi Matt do you think matchnum() is perfect example where we can use generic ?

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

    Wow nice video 👍🏻

  • @uszebr
    @uszebr 10 หลายเดือนก่อน

    Probably on [8:05](th-cam.com/video/T2fqLam1iuk/w-d-xo.html) there is an issue. Should be for _, arg := range args { with underscore, otherwise arg is going to be int(index of args)

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

    today i learned that you dont have to use comma in in function arguments line 50,51

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

      at 16:41 Matt adds the commas

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

      @@TheEmbeddedLinuxDude it felt so weird at first, I was not understanding why there was no commas. Thank you guy for pointing that out.