Use new forked goconfig as a submodule

This commit is contained in:
raylu 2011-01-24 17:27:13 -05:00
parent 7c949c8be7
commit 4746832995
4 changed files with 6 additions and 2 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "goconfig"]
path = goconfig
url = https://github.com/raylu/goconfig.git

View File

@ -5,7 +5,7 @@ import (
"os" "os"
"strings" "strings"
irc "github.com/fluffle/goirc/client" irc "github.com/fluffle/goirc/client"
"github.com/kless/goconfig/config" "goconfig"
) )
const authFile = "auth.conf" const authFile = "auth.conf"

1
goconfig Submodule

@ -0,0 +1 @@
Subproject commit 61de17d7ee327208dbf1f98cacf70fd14930a493

View File

@ -8,7 +8,7 @@ import (
"time" "time"
"crypto/tls" "crypto/tls"
"crypto/rand" "crypto/rand"
"github.com/kless/goconfig/config" "goconfig"
) )
const confFile = "rbot.conf" const confFile = "rbot.conf"