updates #207

Merged
vtolstov merged 293 commits from updates into v3 2023-03-24 00:29:35 +03:00
66 changed files with 3095 additions and 502 deletions
Showing only changes of commit 2c282825ce - Show all commits

View File

@@ -325,7 +325,7 @@ func Listener(l net.Listener) Option {
type HandlerOption func(*HandlerOptions)
// GracefulTimeout duration
func GracefulTimeout(td time.Duration) options.Option {
func GracefulTimeout(td time.Duration) Option {
return func(o *Options) {
o.GracefulTimeout = td
}