Closed syntaqx closed 5 years ago
Hey there! Thanks for this package, been using it for quite some time.
This change is fairly inconsequential, but there's no need for these lines, as the value is already at a zero value:
var o Options if len(options) == 0 { o = Options{} }
https://play.golang.org/p/vTGrHzyO5nY
Awesome, thanks!
Hey there! Thanks for this package, been using it for quite some time.
This change is fairly inconsequential, but there's no need for these lines, as the value is already at a zero value:
https://play.golang.org/p/vTGrHzyO5nY