Add correct configuration

This commit is contained in:
9seconds
2021-03-10 14:42:24 +03:00
parent 59f328b804
commit d1dd56550f
6 changed files with 389 additions and 43 deletions
+1 -3
View File
@@ -2,6 +2,4 @@ package mtglib
import "errors"
var (
ErrSecretEmpty = errors.New("secret is empty")
)
var ErrSecretEmpty = errors.New("secret is empty")