Correct secret parsing

This commit is contained in:
9seconds
2021-03-10 12:26:07 +03:00
parent 015f02c077
commit 783c49db37
5 changed files with 107 additions and 82 deletions
+7
View File
@@ -0,0 +1,7 @@
package mtglib
import "errors"
var (
ErrSecretEmpty = errors.New("secret is empty")
)