From 9065967f6c73109920ad6a7f344f18c2bced07a2 Mon Sep 17 00:00:00 2001 From: Tommi2Day Date: Sun, 16 Jul 2023 18:17:25 +0200 Subject: [PATCH] update Readme.md --- Readme.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index ebd8c06..7afd2ec 100644 --- a/Readme.md +++ b/Readme.md @@ -1,15 +1,20 @@ -# Go Modules +# Tommi2Day Go Modules [![Go Report Card](https://goreportcard.com/badge/github.com/tommi2day/gomodules)](https://goreportcard.com/report/github.com/tommi2day/gomodules) ![CI](https://github.com/tommi2day/gomodules/actions/workflows/main.yml/badge.svg) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tommi2day/gomodules) -this is a collection of often used functions +this is a collection of my often used functions -- common: Common used ops like file handling +- common: Common functions used in modules and implementations - pwlib: password generation, storing and handling with RSA, Openssl and Hashicorp Vault functions - tools: collection of often used tools as build loader - dblib: db related functions, esp. for oracle and tns handling - maillib: function to send Mails - ldaplib: base ldap functions +### usage +for usage see the provided test cases and the implemenations as is: + +- [tnscli](https://github.com/tommi2day/tnscli) +- [pwcli](https://github.com/tommi2day/pwcli)