{"id":48270913,"url":"https://github.com/no-src/fserver","last_synced_at":"2026-04-04T22:14:42.343Z","repository":{"id":184364787,"uuid":"671756077","full_name":"no-src/fserver","owner":"no-src","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-25T01:36:10.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-28T11:52:24.434Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/no-src.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-28T04:14:02.000Z","updated_at":"2025-11-25T01:36:06.000Z","dependencies_parsed_at":"2023-10-01T18:01:35.823Z","dependency_job_id":"b1733915-6b5c-4fa7-830e-1088d95c139d","html_url":"https://github.com/no-src/fserver","commit_stats":null,"previous_names":["no-src/fserver"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/no-src/fserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/no-src%2Ffserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/no-src%2Ffserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/no-src%2Ffserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/no-src%2Ffserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/no-src","download_url":"https://codeload.github.com/no-src/fserver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/no-src%2Ffserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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":[],"created_at":"2026-04-04T22:14:39.966Z","updated_at":"2026-04-04T22:14:42.337Z","avatar_url":"https://github.com/no-src.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fserver\n\n[![Build](https://img.shields.io/github/actions/workflow/status/no-src/fserver/go.yml?branch=main)](https://github.com/no-src/fserver/actions)\n[![License](https://img.shields.io/github/license/no-src/fserver)](https://github.com/no-src/fserver/blob/main/LICENSE)\n[![Go Reference](https://pkg.go.dev/badge/github.com/no-src/fserver.svg)](https://pkg.go.dev/github.com/no-src/fserver)\n[![Go Report Card](https://goreportcard.com/badge/github.com/no-src/fserver)](https://goreportcard.com/report/github.com/no-src/fserver)\n[![Release](https://img.shields.io/github/v/release/no-src/fserver)](https://github.com/no-src/fserver/releases)\n\n## Installation\n\n```bash\ngo get -u github.com/no-src/fserver\n```\n\n## Quick Start\n\n```go\npackage main\n\nimport (\n\t\"embed\"\n\n\t\"github.com/no-src/fserver\"\n\t\"github.com/no-src/log\"\n)\n\n// webDist the web dist resource\n//\n//go:embed dist\nvar webDist embed.FS\n\nfunc main() {\n\tdefer log.Close()\n\n\texit, port := fserver.InitFlag(printVersion, printAboutInfo)\n\tif exit {\n\t\treturn\n\t}\n\tfserver.Run(port, \"/dist\", webDist)\n}\n\nfunc printVersion() {\n\tlog.Log(\"version info\")\n}\nfunc printAboutInfo() {\n\tlog.Log(\"about info\")\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fno-src%2Ffserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fno-src%2Ffserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fno-src%2Ffserver/lists"}