Remove juju/errors

This commit is contained in:
9seconds
2019-09-06 16:10:55 +03:00
parent 701f62ed4c
commit 2918ed11e5
19 changed files with 73 additions and 91 deletions
+4
View File
@@ -1,6 +1,9 @@
package antireplay
import (
"errors"
"fmt"
"github.com/allegro/bigcache"
"github.com/9seconds/mtg/config"
@@ -25,6 +28,7 @@ func Init() error {
HardMaxCacheSize: config.C.AntiReplay.MaxSize,
})
cache = c
err = fmt.Errorf("qqq: %w", errors.New("tt"))
return err
}