Change import statements accordingly

This commit is contained in:
Jonathan Leibiusky @xetorthio
2017-05-08 15:35:42 -03:00
parent bcf0c5cb4c
commit 24f8c9fc62
16 changed files with 22 additions and 25 deletions

View File

@@ -9,8 +9,8 @@ import (
"net/http"
"strings"
"github.com/franela/play-with-docker/config"
"github.com/gorilla/mux"
"github.com/play-with-docker/play-with-docker/config"
)
func getTargetInfo(vars map[string]string, req *http.Request) (string, string) {