|
|
|
@ -69,7 +69,7 @@ func (serv handle) ServeHTTP(w http.ResponseWriter, r *http.Request) {
@@ -69,7 +69,7 @@ func (serv handle) ServeHTTP(w http.ResponseWriter, r *http.Request) {
|
|
|
|
|
w.Write([]byte(fmt.Sprintf("Can not solve request %s", r.RequestURI))) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
go h.Handle(path.Join(serv.Root, "repos", h.RepoName)) |
|
|
|
|
go h.Handle(path.Join(serv.Root, "repos", h.Repo)) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
var nocolor = color.New() |
|
|
|
|