Rest API: Routing/Handler Setup In Golang Echo Framework (Part 3)

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024

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

  • @fujiwara1977
    @fujiwara1977 3 หลายเดือนก่อน

    can't we use app.handler, like we use app.server in routes.go ? is it really necessary to pass it as a param in main.,go ?

    • @codewithtee
      @codewithtee  3 หลายเดือนก่อน +1

      You can do it like that, at that moment that was my thought process. Also I didn't like the idea of app.handler.RouteMethod, it is just choice. Thanks for calling that to my attention 😇

    • @fujiwara1977
      @fujiwara1977 3 หลายเดือนก่อน +1

      @@codewithtee no problem, just got curious :)