Struct Tags in Go [Go Tutorials #18]

Поділитися
Вставка
  • Опубліковано 6 лис 2024

КОМЕНТАРІ • 10

  • @ycombinator765
    @ycombinator765 Рік тому +1

    crisp and clear

  • @king_asfour9711
    @king_asfour9711 6 місяців тому

    Thank you my friend. I understand better the concept thanks to the video 👍

  • @higiniofuentes2551
    @higiniofuentes2551 Місяць тому

    Thank you for this very useful video!

  • @WahyuHidayat-my1ky
    @WahyuHidayat-my1ky 2 роки тому +2

    Thank u, really clear explanation. Can u give some example of how to create tag for simple validation or simple data encoding rather than using built in json tag. Like example if i want to convert my timestamp in unix format to human readable format, or i want to validate user password using custom validation rather than i write a separate function to do this

  • @NA-oh5xu
    @NA-oh5xu 2 роки тому +3

    Thanks, very helpful

    • @Codetuber
      @Codetuber  2 роки тому +1

      Happy to help ☺️

  • @rishabhpatel263
    @rishabhpatel263 Рік тому +1

    Accurate! Just want I wanted

  • @TomDoesTech
    @TomDoesTech 2 роки тому +2

    Thank you! Really helpful :)

  • @higiniofuentes2551
    @higiniofuentes2551 Місяць тому

    I think T used here is not a good idea, unless you want to talk about generics?
    Thank you!