Pepe Navarro
Results
4
comments of
Pepe Navarro
Thank you, @gilcrest, I do not understand why the following lines exists https://github.com/rs/zerolog/blob/master/hlog/hlog.go#L153 ```go ctx := r.Context() id, ok := IDFromRequest(r) if !ok { id = xid.New() ctx = context.WithValue(ctx,...
Thanks @siddontang, what I'm looking for is a server interface of DB not the client
Sorry, I'm not actively maintaining this repo, if you had a suggestion to fix it, please send a PR request