Update main.go

martin61
This commit is contained in:
martin61
2016-01-24 12:45:59 +01:00
parent 244fc4786b
commit 80297bc1fe

View File

@@ -4,7 +4,7 @@ import (
"os" "os"
"runtime" "runtime"
"github.com/MDrollette/i2p-tools/cmd" "github.com/martin61/i2p-tools/cmd"
"github.com/codegangsta/cli" "github.com/codegangsta/cli"
) )