From 058ccbefd371952255217a44200e09163d0d5cfd Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Mon, 4 May 2015 11:47:47 -0400 Subject: [PATCH] noexpandtab --- main.go | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/main.go b/main.go index 8f853ae..f707d10 100644 --- a/main.go +++ b/main.go @@ -18,22 +18,22 @@ var ( var config struct { ProxyAddr string ` - name: proxy_addr - default: ":8080" - help: proxy address. Browsers send their http traffic to this port. - ` + name: proxy_addr + default: ":8080" + help: proxy address. Browsers send their http traffic to this port. + ` AppAddr string ` - name: app_addr - default: ":9000" - help: app address. Users visit this address to view the proxy's history db - ` + name: app_addr + default: ":9000" + help: app address. Users visit this address to view the proxy's history db + ` DbPath string ` - name: dbpath - default: history.db - help: path to a sqlite file used for storing the user's history - ` + name: dbpath + default: history.db + help: path to a sqlite file used for storing the user's history + ` } func httpHandler(w http.ResponseWriter, r *http.Request) {