trivago / tgo

trivago go utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tGo

GoDoc Go Report Card Build Status

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.

About

trivago go utilities

License:Apache License 2.0


Languages

Language:Go 99.7%Language:Makefile 0.3%