aboutsummaryrefslogblamecommitdiff
path: root/handle_index.go
blob: b9a8a0c2556f16e58f8240a9d576ecbec71d8656 (plain) (tree)
1
2
3
4
5
6
7
8







                                                           
package main

import (
	"net/http"
)

func handle_index(w http.ResponseWriter, r *http.Request) {
}