Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はこのようなことを試しました:
router.GET("/example/log", logAllHandler) router.GET("/example/:id/log", logHandler)
しかし、Gin はこれを許可せず、起動時にパニックになります。
このケースを処理するためのミドルウェアを作成するという考えですが...