1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

rest/client: fix comment lint error (#465)

Signed-off-by: James Hillyerd <james@hillyerd.com>
This commit is contained in:
James Hillyerd
2024-02-04 19:50:02 -08:00
committed by GitHub
parent 6d66012a0c
commit 6a389c78cc

View File

@@ -11,6 +11,7 @@ type options struct {
timeout time.Duration
}
// Option can apply itself to the private options type.
type Option interface {
apply(*options)
}