{"id":38273723,"url":"https://github.com/chenduoduo007/flygo","last_synced_at":"2026-01-17T01:51:48.185Z","repository":{"id":57548881,"uuid":"304836819","full_name":"chenduoduo007/flygo","owner":"chenduoduo007","description":"flygo is an open-source, easy to use web framework for the Go .","archived":false,"fork":false,"pushed_at":"2020-11-09T08:31:07.000Z","size":27,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T22:38:43.934Z","etag":null,"topics":["api","go","golang","web"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chenduoduo007.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-17T08:55:13.000Z","updated_at":"2024-06-20T22:38:43.934Z","dependencies_parsed_at":"2022-08-28T11:31:42.884Z","dependency_job_id":null,"html_url":"https://github.com/chenduoduo007/flygo","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/chenduoduo007/flygo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenduoduo007%2Fflygo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenduoduo007%2Fflygo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenduoduo007%2Fflygo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenduoduo007%2Fflygo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chenduoduo007","download_url":"https://codeload.github.com/chenduoduo007/flygo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenduoduo007%2Fflygo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28491683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T00:50:05.742Z","status":"ssl_error","status_checked_at":"2026-01-17T00:43:11.982Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","go","golang","web"],"created_at":"2026-01-17T01:51:48.088Z","updated_at":"2026-01-17T01:51:48.156Z","avatar_url":"https://github.com/chenduoduo007.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flygo\nflygo is an open-source, easy to use web framework for the Go .\n\na simple web framework\n   \ngo get -u github.com/chenduoduo007/flygo\n\ngo mod\n    \n    require (\n    \tgithub.com/chenduoduo007/flygo v0.0.2\n    )\n\nmain.go\n\n    package main\n    \n    import \"github.com/chenduoduo007/flygo\"\n    \n    func main()  {\n        r := flygo.Default()\n        r.GET(\"/\", func(c *flygo.Context) {\n            c.String(http.StatusOK, \"Hello Flygo\")\n        })\n    \n        r.GET(\"/api\", func(c *flygo.Context) {\n            data := map[string]interface{}{\n                \"code\": 200,\n                \"msg\": \"success\",\n                \"data\": map[string]interface{}{},\n            }\n            c.JSON(http.StatusOK, data)\n        })\n        endPoint := \":8080\"\n        log.Printf(\"[info] start http server listening %s\", endPoint)\n        err := r.Run(endPoint)\n        if err != nil {\n            log.Printf(\"[error] %s\", err)\n        }\n    }","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenduoduo007%2Fflygo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchenduoduo007%2Fflygo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchenduoduo007%2Fflygo/lists"}