mirror of
https://github.com/crazybber/go-pattern-examples.git
synced 2025-04-04 13:43:34 +03:00
remove duplicate codes
This commit is contained in:
parent
23b48d4fc0
commit
637bebc5b4
1 changed files with 0 additions and 7 deletions
|
@ -1,16 +1,9 @@
|
|||
package retrier
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"testing"
|
||||
)
|
||||
|
||||
var (
|
||||
errFoo = errors.New("FOO")
|
||||
errBar = errors.New("BAR")
|
||||
errBaz = errors.New("BAZ")
|
||||
)
|
||||
|
||||
func TestDefaultClassifier(t *testing.T) {
|
||||
c := DefaultClassifier{}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue