3
0

Update documentation

This commit is contained in:
Denis Arh
2019-05-29 22:42:42 +02:00
parent 328bdeda07
commit ba1118eb4f
14 changed files with 346 additions and 39 deletions
+1 -2
View File
@@ -74,8 +74,7 @@ func (s Server) Serve(ctx context.Context) {
// configure resputil options
resputil.SetConfig(resputil.Options{
Pretty: s.httpOpt.Pretty,
Trace: s.httpOpt.Tracing,
Trace: s.httpOpt.Tracing,
Logger: func(err error) {
// @todo: error logging
},