An open API service indexing awesome lists of open source software.

https://github.com/btr1975/datautil

Some Simple Utilities to Help
https://github.com/btr1975/datautil

file go golang json logging network-automation utilities xml yaml zap

Last synced: 10 months ago
JSON representation

Some Simple Utilities to Help

Awesome Lists containing this project

README

          

| BRANCH | STATUS |
|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| main | [![Unit-Testing, Coverage](https://github.com/btr1975/datautil/actions/workflows/test-coverage.yml/badge.svg)](https://github.com/btr1975/datautil/actions/workflows/test-coverage.yml) |
| develop | [![Unit-Testing, Coverage](https://github.com/btr1975/datautil/actions/workflows/test-coverage.yml/badge.svg?branch=develop)](https://github.com/btr1975/datautil/actions/workflows/test-coverage.yml) |

[![Go Reference](https://pkg.go.dev/badge/github.com/btr1975/datautil.svg)](https://pkg.go.dev/github.com/btr1975/datautil)

# datautil

Some Simple Utilities to Help

| NAME | NOTES |
|--------|------------------------------------------------------------------------------|
| file | Files operations so you don't have to write them |
| json | Simple encode and decode |
| logger | zap logger for file and console the file logger has lumberjack file rotation |
| xml | Simple encode decode |
| yaml | Simple encode decode |