enable godot, misspell linters

This commit is contained in:
2026-02-15 17:14:34 +00:00
parent f6ea67b88c
commit fc6ac8fa4e
5 changed files with 10 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ import (
// Option is a functional option type that allows us to configure the Client.
type Option func(*Client)
// WithSessionTimeout is a functional option to set the session timeout
// WithSessionTimeout is a functional option to set the session timeout.
func WithSessionTimeout(timeout time.Duration) Option {
return func(c *Client) {
if timeout < time.Minute {