Skip to content

Commit

Permalink
skip linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ksysoev committed Aug 18, 2024
1 parent 271461f commit 24773ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ const (
defaultTimeout = 30 * time.Second
)

// DerivAPI is the main struct for the DerivAPI client.
// DerivAPI is the main struct for the DerivAPI client
//
//nolint:revive // don't want to break backward compatibility for now
type DerivAPI struct {
ctx context.Context
Endpoint *url.URL
Expand Down

0 comments on commit 24773ae

Please sign in to comment.