helper

module
v1.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 9, 2023 License: Apache-2.0

README

helper

Build Status Coverage Status Go Report Card GoDoc

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.

Directories

Path Synopsis
Package bytesh provides types for the manipulation of byte slices.
Package bytesh provides types for the manipulation of byte slices.
databaseh
sqlh
Package sqlh provides some helper functions and types to simplify working with sql package.
Package sqlh provides some helper functions and types to simplify working with sql package.
encodingh
binaryh
Package binaryh provides some helper functions and types to simplify working with binary package.
Package binaryh provides some helper functions and types to simplify working with binary package.
goh
asth
Package asth constains helper functions and types for Go package go/ast.
Package asth constains helper functions and types for Go package go/ast.
goutilh
Package goutilh provides functions for generating Go code.
Package goutilh provides functions for generating Go code.
tokenh
Package tokenh constains helper functions for Go package token.
Package tokenh constains helper functions for Go package token.
ioh
ioutilh
Package ioutilh provides some helper functions and types to simplify working with ioutil package.
Package ioutilh provides some helper functions and types to simplify working with ioutil package.
Package mathh is a helper for system math package.
Package mathh is a helper for system math package.
Package mimeh defines some common used mime types as a string constant.
Package mimeh defines some common used mime types as a string constant.
Package neth provides some helpers for system net package.
Package neth provides some helpers for system net package.
httph
Package httph provides some helper for system http package.
Package httph provides some helper for system http package.
osh
Package osh provides some helpers for system os package.
Package osh provides some helpers for system os package.
exech
Package exech provides simple way to execute binary.
Package exech provides simple way to execute binary.
pathh
filepathh
Package filepathh provides function to walk over a directory tree and manipulate file/path names.
Package filepathh provides function to walk over a directory tree and manipulate file/path names.
Package reflecth provides helper functions for GoLang reflect package.
Package reflecth provides helper functions for GoLang reflect package.
Package strconvh provides functions for conversion between basic types and its string representations.
Package strconvh provides functions for conversion between basic types and its string representations.
Package stringsh is helper for system package strings.
Package stringsh is helper for system package strings.
testingh
iotesth
Package iotesth is a helper for iotest system package.
Package iotesth is a helper for iotest system package.
texth
templateh
Package templateh provides simple functions for using inside templates.
Package templateh provides simple functions for using inside templates.
Package timeh provides some time-related constants and helper function for system package time.
Package timeh provides some time-related constants and helper function for system package time.
bidih
Package bidih implements Unicode bidirectional algorithm (TR9) also known as BIDI.
Package bidih implements Unicode bidirectional algorithm (TR9) also known as BIDI.
boundaryh
Package boundaryh implements boundary Unicode algorithms: - Unicode Line Breaking Algorithm (TR14) - finds possible line breaking position, - Unicode Text Segmentation (TR29) - finds grapheme clusters, words and sentences boundary.
Package boundaryh implements boundary Unicode algorithms: - Unicode Line Breaking Algorithm (TR14) - finds possible line breaking position, - Unicode Text Segmentation (TR29) - finds grapheme clusters, words and sentences boundary.
internal/ucd
Package ucd provides a parser for Unicode Character Database files, the format of which is defined in http://www.unicode.org/reports/tr44/.
Package ucd provides a parser for Unicode Character Database files, the format of which is defined in http://www.unicode.org/reports/tr44/.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL