{"id":13462159,"url":"https://github.com/tideland/golib","last_synced_at":"2025-07-01T16:06:52.301Z","repository":{"id":33288092,"uuid":"36932809","full_name":"tideland/golib","owner":"tideland","description":"Go Library [DEPRECATED]","archived":false,"fork":false,"pushed_at":"2017-09-12T10:17:48.000Z","size":627,"stargazers_count":194,"open_issues_count":2,"forks_count":18,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-05-20T05:02:05.644Z","etag":null,"topics":["cache","concurrency-control","configuration","go","golang","identifier","library","logging","monitoring","testing","tideland"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tideland.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":"audit/asserts.go","citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-05T12:58:45.000Z","updated_at":"2025-03-04T10:41:28.000Z","dependencies_parsed_at":"2022-08-17T19:00:36.086Z","dependency_job_id":null,"html_url":"https://github.com/tideland/golib","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/tideland/golib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tideland%2Fgolib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tideland%2Fgolib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tideland%2Fgolib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tideland%2Fgolib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tideland","download_url":"https://codeload.github.com/tideland/golib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tideland%2Fgolib/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262996402,"owners_count":23396903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cache","concurrency-control","configuration","go","golang","identifier","library","logging","monitoring","testing","tideland"],"created_at":"2024-07-31T12:00:40.764Z","updated_at":"2025-07-01T16:06:52.283Z","avatar_url":"https://github.com/tideland.png","language":"Go","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Tideland Go Library\n\n## Description\n\nThe *Tideland Go Library* contains a larger set of useful Google Go packages\nfor different purposes.\n\n**ATTENTION:** The `cells` package has been migrated into an own repository\nat [https://github.com/tideland/gocells](https://github.com/tideland/gocells).\n\n**ATTENTION:** The `web` package is now deprecated. It has been migrated\nand extended into the repository\n[https://github.com/tideland/gorest](https://github.com/tideland/gorest).\n\nI hope you like them. ;)\n\n[![GitHub release](https://img.shields.io/github/release/tideland/golib.svg)](https://github.com/tideland/golib)\n[![GitHub license](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://raw.githubusercontent.com/tideland/golib/master/LICENSE)\n[![GoDoc](https://godoc.org/github.com/tideland/golib?status.svg)](https://godoc.org/github.com/tideland/golib)\n[![Sourcegraph](https://sourcegraph.com/github.com/tideland/golib/-/badge.svg)](https://sourcegraph.com/github.com/tideland/golib?badge)\n[![Go Report Card](https://goreportcard.com/badge/github.com/tideland/golib)](https://goreportcard.com/report/github.com/tideland/golib)\n\n## Version\n\nVersion 4.24.2\n\n## Packages\n\n### Audit\n\nSupport for unit tests with mutliple different assertion types and functions\nto generate test data.\n\n### Cache\n\nIndividual caches for types implementing the Cacheable interface.\n\n### Collections\n\nDifferent additional collection types like ring buffer, stack, tree, and more.\n\n### Errors\n\nDetailed error values.\n\n### Etc\n\nReading and parsing of SML-formatted configurations including substituion\nof templates.\n\n### Feed\n\nAtom and RSS feed client.\n\n### Generic JSON Processor\n\nInstead of unmarshalling a JSON into a struct parse it and provide access\nto the content by path and value converters to native types. Also processing\nand comparing is possible.\n\n### Identifier\n\nIdentifier generation, like UUIDs (v1, v3, v4, v5) or composed values.\n\n### Logger\n\nLogging with different levels to different backends and powerful extensions.\n\n### Loop\n\nControl of goroutines and their possible errors. Additional option of recovering\nin case of an error or a panic. Sentinels can monitor multiple loops and restart\nthem all in case of an abnormal end of one of them.\n\n### Map/Reduce\n\nMap/Reduce for data analysis.\n\n### Monitoring\n\nMonitoring of execution times, stay-set indicators, and configurable system variables.\n\n### Numerics\n\nDifferent functions for statistical analysis.\n\n### Redis Client\n\nClient for the Redis database.\n\n### Scene\n\nContext-based shared data access, e.g. for web sessions or in cells.\n\n### Scroller\n\nContinuous filtered reading/writing of data.\n\n### SML\n\nSimple Markup Language, looking lispy, only with curly braces.\n\n### Sort\n\nParallel Quicksort.\n\n### Stringex\n\nHelpful functions around strings extending the original `strings` package and\nhelp processing strings.\n\n### Timex\n\nHelpful functions around dates and times.\n\n### Version\n\nDocumentation of semantic versions.\n\n## Contributors\n\n- Frank Mueller (https://github.com/themue / https://github.com/tideland)\n- Alex Browne (https://github.com/albrow)\n- Tim Heckman (https://github.com/theckman)\n- Benedikt Lang (https://github.com/blang)\n- Pellaeon Lin (https://github.com/pellaeon)\n\n## License\n\n*Tideland Go Library* is distributed under the terms of the BSD 3-Clause license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftideland%2Fgolib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftideland%2Fgolib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftideland%2Fgolib/lists"}