1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-05-25 21:53:14 +02:00

yolo development is bad

This commit is contained in:
asim 2025-04-23 12:16:34 +01:00
parent 156a968253
commit 65af48823f

View File

@ -128,7 +128,7 @@ func (s *service) Stop() error {
func (s *service) Handle(v interface{}) error {
return s.opts.Server.Handle(
s.opts.Server.NewHandler(h),
s.opts.Server.NewHandler(v),
)
}