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
@@ -10,7 +10,7 @@ Discussion at:
* follows the RFCs where possible
* UTF-8 nick and channel names
* [gcfg](https://code.google.com/p/gcfg/) gitconfig-style configuration
* [gcfg](https://github.com/go-gcfg/gcfg/tree/v1) gitconfig-style configuration
* server password (PASS command)
* channels with most standard modes
* IRC operators (OPER command)
+1 -1
View File
@@ -1,7 +1,7 @@
package irc
import (
"code.google.com/p/gcfg"
"gopkg.in/gcfg.v1"
"errors"
"log"
)