package
0.0.0-20240903183019-1398fdf8c215
Repository: https://github.com/kortivex/connected_roots.git
Documentation: pkg.go.dev
# Functions
NewLogger instanced Logger struct
mainLogger := NewLogger("info") gormLogger := mainLogger.New() logger := gormLogger.WithTag(commons.TagPlatformGorm) pgConfig := postgres.Config{ ..