Fix incorrect import in parseconfig

This commit is contained in:
Matthieu Grieger 2016-01-26 20:52:00 -08:00
parent 53afd78e47
commit e9093c1307

View file

@ -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.