Fix incorrect import in parseconfig

pull/116/head
Matthieu Grieger 2016-01-26 20:52:00 -08:00
parent 53afd78e47
commit e9093c1307
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import (
"errors"
"fmt"
"code.google.com/p/gcfg"
"github.com/scalingdata/gcfg"
)
// DjConfig is a Golang struct representation of mumbledj.gcfg file structure for parsing.