Description
The Tideland Go Library contains a larger set of useful Google Go packages
for different purposes.
I hope you like them. ;)
Tideland Go alternatives and similar packages
Based on the "Miscellaneous" category.
Alternatively, view Tideland Go alternatives based on common mentions on social networks and blogs.
-
golang-standards/project-layout
Standard Go Project Layout -
go-formatter
A curated list of awesome Go frameworks, libraries and software -
archiver
Easily create & extract archives, and compress & decompress files of various formats -
ardanlabs/service
Starter code for writing web services in Go using Kubernetes. -
go-multierror
A Go (golang) package for representing a list of errors as a single error. -
go-restful-api
An idiomatic Go REST API starter kit (boilerplate) following the SOLID principles and Clean Architecture -
ghorg
Quickly clone an entire org/users repositories into one directory - Supports GitHub, GitLab, Bitbucket, and more 🥚 -
xstrings
Implements string functions widely used in other languages but absent in Go. -
go-chat-bot
IRC, Slack, Telegram and RocketChat bot written in go -
go-shortid
Super short, fully unique, non-sequential and URL friendly Ids -
health
An easy to use, extensible health check library for Go applications. -
gountries
Gountries provides: Countries (ISO-3166-1), Country Subdivisions(ISO-3166-2), Currencies (ISO 4217), Geo Coordinates(ISO-6709) as well as translations, country borders and other stuff exposed as struct data. -
container
A lightweight yet powerful IoC dependency injection container for the Go programming language -
banner
An easy way to add useful startup banners into your Go applications -
golang-templates/seed
Go application GitHub repository template. -
go-starter
An opinionated production-ready SQL-/Swagger-first RESTful JSON API written in Go, highly integrated with VSCode DevContainers by allaboutapps. -
countries
Countries - ISO-639, ISO-3166 countries codes with subdivisions and names, ISO-4217 currency designators, ITU-T E.164 IDD phone codes, countries capitals, UN M.49 codes, IANA ccTLD countries domains, IOC/NOC and FIFA codes, VERY VERY FAST, compatible with Databases/JSON/BSON/GOB/XML/CSV, Emoji countries flags and currencies support, Unicode CLDR. -
antch
Antch, a fast, powerful and extensible web crawling & scraping framework for Go
Static code analysis for 29 languages.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Tideland Go or a related project?
README
Tideland Go Library
Description
The Tideland Go Library contains a larger set of useful Google Go packages for different purposes.
ATTENTION: The cells
package has been migrated into an own repository
at https://github.com/tideland/gocells.
ATTENTION: The web
package is now deprecated. It has been migrated
and extended into the repository
https://github.com/tideland/gorest.
I hope you like them. ;)
Version
Version 4.24.2
Packages
Audit
Support for unit tests with mutliple different assertion types and functions to generate test data.
Cache
Individual caches for types implementing the Cacheable interface.
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 substituion of templates.
Feed
Atom and RSS feed client.
Generic JSON Processor
Instead of unmarshalling a JSON into a struct parse it and provide access to the content by path and value converters to native types. Also processing and comparing is possible.
Identifier
Identifier generation, like UUIDs (v1, v3, v4, v5) or composed values.
Logger
Logging with different levels to different backends and powerful extensions.
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 and
help processing strings.
Timex
Helpful functions around dates and times.
Version
Documentation of semantic versions.
Contributors
- Frank Mueller (https://github.com/themue / https://github.com/tideland)
- Alex Browne (https://github.com/albrow)
- Tim Heckman (https://github.com/theckman)
- Benedikt Lang (https://github.com/blang)
- Pellaeon Lin (https://github.com/pellaeon)
License
Tideland Go Library is distributed under the terms of the BSD 3-Clause license.
*Note that all licence references and agreements mentioned in the Tideland Go README section above
are relevant to that project's source code only.