package manager // package for the web menagment of the api paths import ( "api_manager/web/api" "api_manager/web/render" "fmt" "net/http" ) func Add_api(w http.ResponseWriter, req *http.Request) { // api.Apis["second"] = "/api/sec" fmt.Fprintf(w, "good") } func Show_apis(w http.ResponseWriter, req *http.Request) { apis := api.Apis() eval := "