-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tommi2Day
committed
Jul 16, 2023
1 parent
79ecede
commit 9065967
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |