https://github.com/trivago/tgo
trivago go utilities
https://github.com/trivago/tgo
algorithms concurrency data-structures extensions golang testing
Last synced: 19 days ago
JSON representation
trivago go utilities
- Host: GitHub
- URL: https://github.com/trivago/tgo
- Owner: trivago
- License: apache-2.0
- Created: 2015-12-21T11:07:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T22:03:59.000Z (about 6 years ago)
- Last Synced: 2025-03-27T02:11:39.223Z (about 1 month ago)
- Topics: algorithms, concurrency, data-structures, extensions, golang, testing
- Language: Go
- Size: 971 KB
- Stars: 57
- Watchers: 11
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tGo
[](https://godoc.org/github.com/trivago/tgo)
[](http://goreportcard.com/report/trivago/tgo)
[](https://travis-ci.org/trivago/tgo)Trivago go extensions and utilities.
This package contains utility functions and structs that aid trivago with golang development across different projects.This package and all subpackage match the golang standard library package names along with a "t" prefix.
I.e. types that would be placed in the "net" package can be found in the "tnet" package, etc..
This prefix was chosen to allow mixing standard libary and tgo without having to rename package imports all the time.