package server import ( "fes/modules/config" "fmt" "log" "net/http" ) var routes map[string]string func Start(dir string) { http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { w.Write([]byte("