#335 change name options
This commit is contained in:
		| @@ -214,7 +214,8 @@ func WithMicroKeys() options.Option { | |||||||
| 	} | 	} | ||||||
| } | } | ||||||
|  |  | ||||||
| func WithIncCallerSkipCount(n int) options.Option { | // WithAddCallerSkipCount add skip count for copy logger | ||||||
|  | func WithAddCallerSkipCount(n int) options.Option { | ||||||
| 	return func(src interface{}) error { | 	return func(src interface{}) error { | ||||||
| 		c, err := options.Get(src, ".CallerSkipCount") | 		c, err := options.Get(src, ".CallerSkipCount") | ||||||
| 		if err != nil { | 		if err != nil { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user