mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
rest/client: fix comment lint error (#465)
Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
@@ -11,6 +11,7 @@ type options struct {
|
||||
timeout time.Duration
|
||||
}
|
||||
|
||||
// Option can apply itself to the private options type.
|
||||
type Option interface {
|
||||
apply(*options)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user