{"id":41082039,"url":"https://github.com/neticdk/go-stdlib","last_synced_at":"2026-04-01T17:43:53.842Z","repository":{"id":285356162,"uuid":"955773930","full_name":"neticdk/go-stdlib","owner":"neticdk","description":"Extended standard library for go projects","archived":false,"fork":false,"pushed_at":"2026-03-25T06:57:19.000Z","size":1015,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-26T11:13:24.087Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neticdk.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":"CODEOWNERS","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":"2025-03-27T07:11:37.000Z","updated_at":"2026-03-25T06:57:23.000Z","dependencies_parsed_at":"2025-03-31T09:25:54.225Z","dependency_job_id":"3ba64ba8-2b57-4ff2-8b39-ac1793ace2ed","html_url":"https://github.com/neticdk/go-stdlib","commit_stats":null,"previous_names":["neticdk/go-stdlib"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/neticdk/go-stdlib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neticdk%2Fgo-stdlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neticdk%2Fgo-stdlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neticdk%2Fgo-stdlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neticdk%2Fgo-stdlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neticdk","download_url":"https://codeload.github.com/neticdk/go-stdlib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neticdk%2Fgo-stdlib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"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-01-22T13:41:35.356Z","updated_at":"2026-04-01T17:43:53.823Z","avatar_url":"https://github.com/neticdk.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Netic go standard library\n\n[![GitHub Tag](https://img.shields.io/github/v/tag/neticdk/go-stdlib)](https://github.com/neticdk/go-stdlib/releases)\n[![CI](https://github.com/neticdk/go-stdlib/actions/workflows/ci.yaml/badge.svg)](https://github.com/neticdk/go-stdlib/actions/workflows/ci.yaml)\n[![Go Reference](https://pkg.go.dev/badge/github.com/neticdk/go-stdlib)](https://pkg.go.dev/github.com/neticdk/go-stdlib)\n[![Go Report Card](https://goreportcard.com/badge/github.com/neticdk/go-stdlib)](https://goreportcard.com/report/github.com/neticdk/go-stdlib)\n[![License](https://img.shields.io/github/license/neticdk/go-stdlib)](LICENSE)\n\nThe Netic go standard library is an extension to the go standard library. It\ncomes in the form of a collection of packages.\n\n## Dependencies\n\nThe packages are dependency free, meaning they must not use any external\ndependencies unless explicitly listed.\nExceptions:\n\n- `golang.org/x/*` - maintained by go and dependency free\n\nCI checks the imports against regular expressions found in the\n`.allowed-imports` file. To allow new imports, add them to the\n`.allowed-imports` file in a separate PR.\n\nDo *NOT* add exceptions to this list without peer review.\n\n## Package names\n\n- Prefix names for packages that mirror a go standard library package with `x`.\n- Prefix names for packages that are likely to mirror future go standard library\n  packages with `x`.\n- Use singular names for package (except in the mentioned cases).\n\n## Testing\n\n- Unit testing is mandatory.\n- Go for \u003e 90% coverage, preferably 100%.\n\n## Documentation\n\n- Document all exported (public) identifiers\n- Maintain a `doc.go` in each package with introduction, installation\n  instructions and usage examples.\n\n### doc.go minimal content\n\n```go\n// Package mypkg does ...\npackage mypkg\n```\n\n## Packages\n\n- `assert` / `require` - test helpers for assertion\n- `cache` / `cache/inmem` - caching\n- `diff` / `diff/myers` / `diff/simple` - generate diffs\n- `file` - file operations\n- `set` - set data structure\n- `unit` - unit formatting and conversion package\n- `xjson` - JSON functions\n- `xslices` - slice data type functions\n- `xstrings` - string data type functions\n- `xstructs` - struct data type functions\n- `xtime` - time functions\n\n## Installation\n\nInstall using `go get`:\n\n```bash\ngo get github.com/neticdk/go-stdlib\n```\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request.\n\n## License\n\nLink to license or copyright notice\n\nCopyright 2025 Netic A/S. All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneticdk%2Fgo-stdlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneticdk%2Fgo-stdlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneticdk%2Fgo-stdlib/lists"}