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

@@ -2,7 +2,7 @@ package api
import (
"context"
. "drone-with-go/model"
. "github.com/josebarn/drone-with-go/model"
"github.com/go-chi/chi"
"github.com/go-chi/render"
"net/http"