Skip to content

Commit

Permalink
Drop me
Browse files Browse the repository at this point in the history
  • Loading branch information
PugKong committed Mar 2, 2024
1 parent b97c3c4 commit c98f35f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import (
"golang.org/x/time/rate"
)

// todo: unalbe me

Check failure on line 14 in main.go

View workflow job for this annotation

GitHub Actions / golangci

main.go:14: Line contains TODO/BUG/FIXME: "todo: unalbe me" (godox)

Check warning on line 14 in main.go

View workflow job for this annotation

GitHub Actions / typos

"unalbe" should be "unable".

const (
rateLimitR = rate.Limit(2)
rateLimitB = 1
Expand Down

0 comments on commit c98f35f

Please sign in to comment.