mirror of
https://github.com/status-im/zxcvbn-go.git
synced 2025-01-13 04:54:19 +00:00
Remove global changes to log.flags
This commit is contained in:
parent
5fb7f48ad1
commit
ff89b72240
@ -16,7 +16,6 @@ type AdjacencyGraph struct {
|
|||||||
var AdjacencyGph = make(map[string]AdjacencyGraph)
|
var AdjacencyGph = make(map[string]AdjacencyGraph)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
log.SetFlags(log.Lshortfile)
|
|
||||||
AdjacencyGph["qwerty"] = BuildQwerty()
|
AdjacencyGph["qwerty"] = BuildQwerty()
|
||||||
AdjacencyGph["dvorak"] = BuildDvorak()
|
AdjacencyGph["dvorak"] = BuildDvorak()
|
||||||
AdjacencyGph["keypad"] = BuildKeypad()
|
AdjacencyGph["keypad"] = BuildKeypad()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user