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

https://github.com/apaxa-go/helper

GoLang standard packages helpers
https://github.com/apaxa-go/helper

golang library unicode unicode-bidirectional-algorithm

Last synced: about 1 month ago
JSON representation

GoLang standard packages helpers

Awesome Lists containing this project

README

          

# helper

[![Build Status](https://travis-ci.org/apaxa-go/helper.svg?branch=master)](https://travis-ci.org/apaxa-go/helper)
[![Coverage Status](https://coveralls.io/repos/github/apaxa-go/helper/badge.svg?branch=master)](https://coveralls.io/github/apaxa-go/helper?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/apaxa-go/helper)](https://goreportcard.com/report/github.com/apaxa-go/helper)
[![GoDoc](https://godoc.org/github.com/apaxa-go/helper?status.svg)](https://godoc.org/github.com/apaxa-go/helper)

Helper is a collection of packages which helps you to work with GoLang standard packages.

Structure of helper packages is the same as structure of standard packages, but theirs names have suffix "h" (helper). Suffix used to avoid ambiguous import.

Functional of helpers is mainly implements things that you expect from standard packages but it is absent. In some cases helpers implement something similar to that in standard package things but in different way or with differences in details. And of course some of functional implemented just because authors think it is helpfull.

Any suggestions and bugs are welcome.