From 02e6a8b9ae3596ee1c405cdd1541c5cc59b50e3a Mon Sep 17 00:00:00 2001 From: Horus3 Date: Thu, 19 Feb 2015 13:30:54 +0100 Subject: Static file handling and autoimport the db-driver from Makefile. --- app/handler.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/handler.go') diff --git a/app/handler.go b/app/handler.go index f87e92a..d76782f 100644 --- a/app/handler.go +++ b/app/handler.go @@ -12,6 +12,11 @@ func IndexHandler(w http.ResponseWriter, r *http.Request) { // w.Write() } +/* +func StaticHandler(w http.ResponseWrite, r *http.Request) { +} +*/ + func RegisterHandler(w http.ResponseWriter, r *http.Request) { log.Println("Processing registration!") fmt.Fprintf(w, "Processing registration! \n") -- cgit v1.2.3