code.google.com is shutting down, change import to use gopkg.in

This commit is contained in:
Roberto Besser
2015-12-04 15:52:08 -02:00
committed by Edmund Huber
parent efce628c87
commit 404151fe9d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package irc
import (
"code.google.com/p/gcfg"
"gopkg.in/gcfg.v1"
"errors"
"log"
)