Lindenii Project Forge
/handle_index.go (raw)
package main import ( "net/http" ) func handle_index(w http.ResponseWriter, r *http.Request) { }