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

pull/3/head
josebarn 8 years ago
parent d483630364
commit 3fe7bdb762

@ -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"

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

Loading…
Cancel
Save