package main import ( "fmt" // "log" "net/http" ) /* Nothing to see here. Please move along. */ func doGui(w http.ResponseWriter, path string) { fmt.Fprintln(w, "") fmt.Fprintln(w, "") fmt.Fprintln(w, "") // fmt.Fprintln(w, fmt.Fprintln(w, "") fmt.Fprintln(w, "") fmt.Fprintln(w, "") fmt.Fprintln(w, "") fmt.Fprintln(w, "") fmt.Fprintln(w, "Nothing to see here. Please move along.\"") fmt.Fprintln(w, "") fmt.Fprintln(w, "") /* var tmp string tmp = r.URL.String() if tmp == "/gui" { findFile(w) return } fmt.Fprintln(w, "OK") */ }