mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 11:44:02 +03:00
Correct secret parsing
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package mtglib
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrSecretEmpty = errors.New("secret is empty")
|
||||
)
|
||||
Reference in New Issue
Block a user