From 738570ea73f1cc2a0888c7c49fe80991c6050f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Pab=C3=B3n?= Date: Sun, 4 Oct 2015 20:16:11 -0400 Subject: [PATCH] Updated comments --- asynchttp.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asynchttp.go b/asynchttp.go index 4883fee..9cbffa2 100644 --- a/asynchttp.go +++ b/asynchttp.go @@ -86,7 +86,7 @@ func (a *AsyncHttpManager) NewHandler() *AsyncHttpHandler { // package rest // import ( // "github.com/gorilla/mux" -// "github.com/heketi/heketi/rest" +// "github.com/heketi/rest" // "net/http" // "net/http/httptest" // "time" @@ -154,7 +154,7 @@ func (a *AsyncHttpManager) AsyncHttpRedirectFunc(w http.ResponseWriter, // package rest // import ( // "github.com/gorilla/mux" -// "github.com/heketi/heketi/rest" +// "github.com/heketi/rest" // "net/http" // "net/http/httptest" // "time"