1
0
Fork 0

Make it go getable

This commit is contained in:
chteufleur 2015-10-28 15:07:32 +01:00
parent 95a589c802
commit 7f319f1389
2 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,8 @@
package main package main
import ( import (
"go-xmpp4steam/steam" "git.kingpenguin.tk/chteufleur/go-xmpp4steam.git/steam"
"go-xmpp4steam/xmpp" "git.kingpenguin.tk/chteufleur/go-xmpp4steam.git/xmpp"
"github.com/Philipp15b/go-steam/internal/steamlang" "github.com/Philipp15b/go-steam/internal/steamlang"
"github.com/jimlawless/cfg" "github.com/jimlawless/cfg"

View File

@ -1,8 +1,7 @@
package xmpp package xmpp
import ( import (
// "github.com/emgee/go-xmpp" "git.kingpenguin.tk/chteufleur/go-xmpp.git"
"go-xmpp"
"log" "log"
"strings" "strings"