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
- Host: GitHub
- URL: https://github.com/apaxa-go/helper
- Owner: apaxa-go
- License: apache-2.0
- Created: 2016-11-16T08:45:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T17:51:22.000Z (over 7 years ago)
- Last Synced: 2026-01-12T11:39:26.129Z (about 1 month ago)
- Topics: golang, library, unicode, unicode-bidirectional-algorithm
- Language: Go
- Homepage:
- Size: 2.82 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# helper
[](https://travis-ci.org/apaxa-go/helper)
[](https://coveralls.io/github/apaxa-go/helper?branch=master)
[](https://goreportcard.com/report/github.com/apaxa-go/helper)
[](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.