Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trivago/tgo
trivago go utilities
https://github.com/trivago/tgo
algorithms concurrency data-structures extensions golang testing
Last synced: 4 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T22:03:59.000Z (over 5 years ago)
- Last Synced: 2024-08-01T19:45:27.438Z (3 months ago)
- Topics: algorithms, concurrency, data-structures, extensions, golang, testing
- Language: Go
- Size: 971 KB
- Stars: 58
- Watchers: 12
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tGo
[![GoDoc](https://godoc.org/github.com/trivago/tgo?status.svg)](https://godoc.org/github.com/trivago/tgo)
[![Go Report Card](http://goreportcard.com/badge/trivago/tgo)](http://goreportcard.com/report/trivago/tgo)
[![Build Status](https://travis-ci.org/trivago/tgo.svg?branch=master)](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.