mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-19 02:27:03 +00:00
chore: more small lint/perf fixes (#493)
Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
@@ -13,7 +13,7 @@ type options struct {
|
||||
|
||||
// Option can apply itself to the private options type.
|
||||
type Option interface {
|
||||
apply(*options)
|
||||
apply(opts *options)
|
||||
}
|
||||
|
||||
func getDefaultOptions() *options {
|
||||
|
||||
Reference in New Issue
Block a user