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 ( import (
"context" "context"
. "drone-with-go/model" . "github.com/josebarn/drone-with-go/model"
"github.com/go-chi/chi" "github.com/go-chi/chi"
"github.com/go-chi/render" "github.com/go-chi/render"
"net/http" "net/http"

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

Loading…
Cancel
Save