Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
masonkatz committed May 21, 2024
1 parent 7e8ca03 commit aac5b2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ func New(o *Options) *Client {
//go:generate go run "github.com/dmarkham/enumer" -type authType -linecomment -text
type authType int

// Authentication types.
const (
NoAuth authType = iota // none
AccessTokenAuth // access-token
Expand Down

0 comments on commit aac5b2d

Please sign in to comment.