Skip to content

Go modules; don't panic

Latest
Compare
Choose a tag to compare
@jwkohnen jwkohnen released this 05 Apr 15:26
· 1 commit to main since this release
c967a48

Enables Go modules.

Since years the master branch had a commit, that removes panics on misconfiguration, but instead makes the limiter a no-op when the requested bandwidth is zero or negative. This release includes that commit, so users can pull it.

Move default branch from master to main. The master branch still exists for now.