Skip to content

Commit

Permalink
update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommi2Day committed Jul 16, 2023
1 parent 79ecede commit 9065967
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 9065967

Please sign in to comment.