gotokit

module
v0.0.0-...-fa0a123 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2024 License: Apache-2.0

README

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

Directories

Path Synopsis
Package app implements common application/service helpers.
Package app implements common application/service helpers.
Package buildinfo formats build information that is embedded into the binaries.
Package buildinfo formats build information that is embedded into the binaries.
Package config contains configuration management helper.
Package config contains configuration management helper.
Package database implements PostgreSQL database client helpers.
Package database implements PostgreSQL database client helpers.
Package env provides a type for runtime environments.
Package env provides a type for runtime environments.
Package envfile loads environment variables from env files.
Package envfile loads environment variables from env files.
Package jsonutils offers additional JSON processing helpers.
Package jsonutils offers additional JSON processing helpers.
Package log provides logging functionality.
Package log provides logging functionality.
Package pointer helps to create a pointer to a value.
Package pointer helps to create a pointer to a value.

Jump to

Keyboard shortcuts

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