{"id":43479434,"url":"https://github.com/farcloser/go-core","last_synced_at":"2026-02-03T08:13:48.738Z","repository":{"id":189622826,"uuid":"680967315","full_name":"farcloser/go-core","owner":"farcloser","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-24T00:42:21.000Z","size":193,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-24T02:16:52.216Z","etag":null,"topics":["core","golang","library"],"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/farcloser.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"apostasie"}},"created_at":"2023-08-21T01:06:38.000Z","updated_at":"2025-07-24T00:42:26.000Z","dependencies_parsed_at":"2023-11-15T07:27:04.675Z","dependency_job_id":"3ae6df1d-1abe-46e7-8e5f-695cb03bd831","html_url":"https://github.com/farcloser/go-core","commit_stats":null,"previous_names":["farcloser/go-core"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/farcloser/go-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farcloser%2Fgo-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farcloser%2Fgo-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farcloser%2Fgo-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farcloser%2Fgo-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farcloser","download_url":"https://codeload.github.com/farcloser/go-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farcloser%2Fgo-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29038042,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T06:39:36.383Z","status":"ssl_error","status_checked_at":"2026-02-03T06:39:32.787Z","response_time":96,"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":["core","golang","library"],"created_at":"2026-02-03T08:13:48.681Z","updated_at":"2026-02-03T08:13:48.728Z","avatar_url":"https://github.com/farcloser.png","language":"Go","funding_links":["https://github.com/sponsors/apostasie"],"categories":[],"sub_categories":[],"readme":"# Farcloser core go library\n\nProvides basics to be used by all our go projects, specifically:\n- logging (based on zerolog)\n- reporter (based on Sentry)\n- telemetry (based on otel)\n- network (to ease manipulation of global network settings, specifically related to TLS)\n- exec (to ease shelling out)\n- human-readable units and duration\n- filesystem safe operations primitives (locking, atomic writes)\n- etc\n\n## Dev\n\n### Requirements\n\nReview or call directly `./hack/dev-setup-linux.sh` or `./hack/dev-setup-macos.sh`\n\nThen, `make install-dev-tools`\n\n### Makefile\n\n```bash\nmake fix\nmake lint\nmake test\n```\n\n### Local documentation\n\n```bash\ngo install golang.org/x/pkgsite/cmd/pkgsite@latest\npkgsite\nopen http://localhost:8080/go.farcloser.world/core\n```\n\n### Charter\n\n1. This should contain solely stuff that is generic, likely to be used by \nany reasonable go project (eg: logging, telemetry, etc.). Refrain from adding\nhere anything that is specific to a given project, or ecosystem.\n\n2. Hide implementation away. Specifically, make sure the underlying dependencies\ndo not leak into your API.\n\n### TODO\n\n* consider going with https://github.com/go-logr/zerologr (eg: github.com/go-logr/logr)\nif they really have traction - or slog alternatively\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarcloser%2Fgo-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarcloser%2Fgo-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarcloser%2Fgo-core/lists"}