[ 原始碼: golang-github-tideland-golib ]
套件:golang-github-tideland-golib-dev(4.24.2-1)
golang-github-tideland-golib-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-tideland-golib:
- [golang-github-tideland-golib_4.24.2-1.dsc]
- [golang-github-tideland-golib_4.24.2.orig.tar.gz]
- [golang-github-tideland-golib_4.24.2-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
collection of misc Go packages
The Tideland Go Library contains a set of useful Google Go packages for different purposes. They include:
- Audit: Support for unit tests with multiple different assertion types and functions to generate test data. - Cache: Lazy loading and caching of values. - Collections: Different additional collection types like ring buffer, stack, tree, and more. - Errors: Detailed error values. - Etc: Reading and parsing of SML-formatted configurations including substitution of templates. - Feed (Atom): Atom feed client. - Feed (RSS): RSS feed client. - Identifier: Identifier generation, like UUIDs or composed values. - Logger: Flexible logging. - Loop: Control of goroutines and their possible errors. Additional option of recovering in case of an error or a panic. Sentinels can monitor multiple loops and restart them all in case of an abnormal end of one of them. - Map/Reduce: Map/Reduce for data analysis. - Monitoring: Monitoring of execution times, stay-set indicators, and configurable system variables. - Numerics: Different functions for statistical analysis. - Redis Client: Client for the Redis database. - Scene: Context-based shared data access, e.g. for web sessions or in cells. - Scroller: Continuous filtered reading/writing of data. - SML: Simple Markup Language, looking lispy, only with curly braces. - Sort: Parallel Quicksort. - Stringex: Helpful functions around strings extending the original strings package. - Timex: Helpful functions around dates and times. - Version: Documentation of semantic versions.