rename package to avoid varname shadowing (#3079)
#### Type of change
- [x] 🧹 Tech Debt/Cleanup
This commit is contained in:
parent
2300727b09
commit
30fa43ab12
@ -1,4 +1,4 @@
|
||||
package err
|
||||
package errs
|
||||
|
||||
import (
|
||||
"errors"
|
||||
@ -1,4 +1,4 @@
|
||||
package err
|
||||
package errs
|
||||
|
||||
import (
|
||||
"testing"
|
||||
Loading…
x
Reference in New Issue
Block a user