1
0
Fork 0

Fix import path

This commit is contained in:
Gregory Eremin 2014-09-16 15:43:27 +04:00
parent a80bb986f2
commit 994c114b5a
1 changed files with 1 additions and 1 deletions

View File

@ -7,8 +7,8 @@ import (
"strings"
"time"
"github.com/KosyanMedia/burlesque/client"
"github.com/codegangsta/cli"
"github.com/localhots/burlesque-golang/client"
)
func main() {