diff --git a/pkg/uptimerobot.go b/pkg/uptimerobot.go index 4d93394..8b73b37 100644 --- a/pkg/uptimerobot.go +++ b/pkg/uptimerobot.go @@ -39,7 +39,7 @@ type Client struct { // Error represents an API error. type Error map[string]interface{} -// Params holds optional parameters for API calls +// Params holds optional parameters for API calls. type Params map[string]string // Response represents an API response.