From e9093c1307144f22d82ea2a5945391b2ae6fdb9e Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Tue, 26 Jan 2016 20:52:00 -0800 Subject: [PATCH] Fix incorrect import in parseconfig --- parseconfig.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parseconfig.go b/parseconfig.go index 7f5b33c..591bef1 100644 --- a/parseconfig.go +++ b/parseconfig.go @@ -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.