Directories
¶
Path | Synopsis |
---|---|
Package adapt provides functions to check vars interface{} type and convert interface{} to basic types: bool, int, string.
|
Package adapt provides functions to check vars interface{} type and convert interface{} to basic types: bool, int, string. |
Package chacha provides primitives and functions to create a complex tree of checks when one check depends on another check
|
Package chacha provides primitives and functions to create a complex tree of checks when one check depends on another check |
Package chunks provides functions for dividing a one-dimensional slice into several pieces
|
Package chunks provides functions for dividing a one-dimensional slice into several pieces |
Package clivar provides syntactic sugar for working with the flag package.
|
Package clivar provides syntactic sugar for working with the flag package. |
db
|
|
Package ge provides en: error handling functions, allows you to check the original type of error and find its exact position in the code ru: функции работы с ошибками, позволяет проверить исходный тип ошибки и найти ее точное положение в коде
|
Package ge provides en: error handling functions, allows you to check the original type of error and find its exact position in the code ru: функции работы с ошибками, позволяет проверить исходный тип ошибки и найти ее точное положение в коде |
Package mimes provides mime types described on mozilla.org https://developer.mozilla.org/ru/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
|
Package mimes provides mime types described on mozilla.org https://developer.mozilla.org/ru/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types |
Package refavour provides interface to work with tags of struct and several functions for working with reflect
|
Package refavour provides interface to work with tags of struct and several functions for working with reflect |
Package tracktime provides special struct to describe timer and log duration between start and stop points example: func SomeBodyDo() { timer := tracktime.Start("Some Body Do") defer func() { timer.Stop() timer.Log() }() ...
|
Package tracktime provides special struct to describe timer and log duration between start and stop points example: func SomeBodyDo() { timer := tracktime.Start("Some Body Do") defer func() { timer.Stop() timer.Log() }() ... |
Click to show internal directories.
Click to hide internal directories.