module
0.0.0-20240707130328-7cf8dae7750a
Repository: https://github.com/nite-coder/blackbear.git
Documentation: pkg.go.dev
# README
blackbear

A Go light framework helps to develop your application faster.
Features:
logging
- a structured logger library, support console, JSON, Graylog output/handlesconfig
- config management library, support JSON, YAML format and env, file as data sourcesweb
- a HTTP web framework (deprecated)request
- a HTTP Client library. The syntax looks like SuperAgentcache
- a cache lirarycast
- a library to convert between different go types in a consistent and easy wayfsm
- a finite-state machine pattern
Installation
go get -u github.com/nite-coder/blackbear
Examples
# Packages
No description provided by the author