Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

airdb/toolbox

toolbox

Toolbox is a golang base common library.

util is short for "utility", typically referring to general-purpose tool functions and methods that are independent of specific business logic.

The diference between utils and kits is that the utils is a collection of functions, without any dependencies.

• Characteristics: • Lightweight, focused on specific small functions or independent functional points • No clear domain restrictions, usually consisting of scattered utility functions • Commonly used to support higher-level business logic

• Usage Scenarios: • Handling common tasks such as string operations, date formatting, data conversion, etc. • Independent of specific business logic or context

• Examples: • Node.js util module: provides general utility functions like util.promisify, util.format • lodash utility library: includes many common utility functions like deep copy, array deduplication, etc.

Reference

gookit/goutil

About

Toolbox is a golang base common library

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

Languages

AltStyle によって変換されたページ (->オリジナル) /