build wants full github path for build, lets give it a try

This commit is contained in:
josebarn
2017-08-15 23:11:16 -03:00
parent d483630364
commit 3fe7bdb762
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
package main
import (
. "drone-with-go/api"
. "github.com/josebarn/drone-with-go/api"
"github.com/urfave/cli"
"log"
"os"