Regx regx.Regx

master
sre 4 years ago
parent 12fe5fdece
commit cc94e9092b

@ -4,6 +4,7 @@ import (
"git.sre.ink/go/gtool/convert" "git.sre.ink/go/gtool/convert"
"git.sre.ink/go/gtool/crypto" "git.sre.ink/go/gtool/crypto"
"git.sre.ink/go/gtool/rand" "git.sre.ink/go/gtool/rand"
"git.sre.ink/go/gtool/regx"
"git.sre.ink/go/gtool/str" "git.sre.ink/go/gtool/str"
) )
@ -13,4 +14,5 @@ var (
Crypt crypto.Crypto Crypt crypto.Crypto
Rand rand.Rand Rand rand.Rand
Conv convert.Conv Conv convert.Conv
Regx regx.Regx
) )

Loading…
Cancel
Save