Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.