1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

Update README

Switch to github.com for source of httpbuf, thegoods.biz is not firewall
friendly because it refers people to the git:// URL
This commit is contained in:
James Hillyerd
2012-10-22 16:08:13 -07:00
parent db0d553f5d
commit 3099777044
2 changed files with 4 additions and 9 deletions

View File

@@ -5,12 +5,12 @@ package web
import (
"fmt"
"github.com/goods/httpbuf"
"github.com/gorilla/mux"
"github.com/gorilla/sessions"
"github.com/jhillyerd/inbucket/config"
"github.com/jhillyerd/inbucket/log"
"net/http"
"thegoods.biz/httpbuf"
"time"
)