Fix incorrect import in parseconfig
This commit is contained in:
parent
53afd78e47
commit
e9093c1307
|
@ -11,7 +11,7 @@ import (
|
||||||
"errors"
|
"errors"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"code.google.com/p/gcfg"
|
"github.com/scalingdata/gcfg"
|
||||||
)
|
)
|
||||||
|
|
||||||
// DjConfig is a Golang struct representation of mumbledj.gcfg file structure for parsing.
|
// DjConfig is a Golang struct representation of mumbledj.gcfg file structure for parsing.
|
||||||
|
|
Reference in a new issue