1 2 3 4 5 6 7 8
package main import ( "net/http" ) func handle_index(w http.ResponseWriter, r *http.Request) { }