mirror of
https://codeberg.org/scip/valpass.git
synced 2025-12-16 20:21:00 +01:00
fail on fail
This commit is contained in:
@@ -48,6 +48,10 @@ func main() {
|
|||||||
res.DictionaryMatch,
|
res.DictionaryMatch,
|
||||||
res.Ok,
|
res.Ok,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if !res.Ok {
|
||||||
|
os.Exit(1)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func ReadDict(path string) []string {
|
func ReadDict(path string) []string {
|
||||||
|
|||||||
Reference in New Issue
Block a user