mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-10 02:18:11 -07:00
code.google.com is shutting down, change import to use gopkg.in
This commit is contained in:
committed by
Edmund Huber
parent
efce628c87
commit
404151fe9d
+1
-1
@@ -1,7 +1,7 @@
|
||||
package irc
|
||||
|
||||
import (
|
||||
"code.google.com/p/gcfg"
|
||||
"gopkg.in/gcfg.v1"
|
||||
"errors"
|
||||
"log"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user