8000 GitHub - cornelk/gotokit: A standard library for Golang microservices.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cornelk/gotokit

Repository files navigation

gotokit - An opinionated standard library for Golang microservices

Build status go.dev reference Go Report Card codecov

Project layout

├─ app              common application/service helpers
├─ buildinfo        show version info that is embedded in the binary
├─ config           config file reading from environment variables
├─ database         PostgreSQL client and struct scanner
├─ env              test/dev/staging/prod environment defines
├─ envfile          loads environment variables from env files
├─ jsonutils        additional helpers for JSON processing 
├─ log              fast and structured logging based on slog
├─ pointer          create a pointer to a value

About

A standard library for Golang microservices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published
0