Merge pull request #13 from bjacokes/bjacokes.logflags
Remove global changes to log.flags
This commit is contained in:
commit
621312d738
|
@ -16,7 +16,6 @@ type AdjacencyGraph struct {
|
|||
var AdjacencyGph = make(map[string]AdjacencyGraph)
|
||||
|
||||
func init() {
|
||||
log.SetFlags(log.Lshortfile)
|
||||
AdjacencyGph["qwerty"] = BuildQwerty()
|
||||
AdjacencyGph["dvorak"] = BuildDvorak()
|
||||
AdjacencyGph["keypad"] = BuildKeypad()
|
||||
|
|
Loading…
Reference in New Issue