diff options
Diffstat (limited to 'handle_index.go')
-rw-r--r-- | handle_index.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/handle_index.go b/handle_index.go new file mode 100644 index 0000000..b9a8a0c --- /dev/null +++ b/handle_index.go @@ -0,0 +1,8 @@ +package main + +import ( + "net/http" +) + +func handle_index(w http.ResponseWriter, r *http.Request) { +} |