pkg/

directory
v0.0.97 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2021 License: MIT

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 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() }() ...

Jump to

Keyboard shortcuts

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