rename package to avoid varname shadowing (#3079)

#### Type of change

- [x] 🧹 Tech Debt/Cleanup
This commit is contained in:
Keepers 2023-04-10 15:41:11 -06:00 committed by GitHub
parent 2300727b09
commit 30fa43ab12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package err
package errs
import (
"errors"

View File

@ -1,4 +1,4 @@
package err
package errs
import (
"testing"