mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-13 07:29:30 +01:00
code.google.com is shutting down, change import to use gopkg.in
This commit is contained in:
parent
efce628c87
commit
404151fe9d
@ -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,7 +1,7 @@
|
||||
package irc
|
||||
|
||||
import (
|
||||
"code.google.com/p/gcfg"
|
||||
"gopkg.in/gcfg.v1"
|
||||
"errors"
|
||||
"log"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user