Categorygithub.com/onskycloud/logger
repositorypackage
1.2.0
Repository: https://github.com/onskycloud/logger.git
Documentation: pkg.go.dev

# README

Logger Helper

N|Solid

Build Status

Log using zero log

Getting Started!

Encrypt

Encrypt(key string, message string) (encmess string, err error)

Decrypt

Decrypt(key string, securemess string) (decodedmess string, err error)

Installation

Request handler requires Go v1.11+ to run.

Install the package.

$ go get github.com/onskycloud/logger

Kubernetes + Google Cloud

See KUBERNETES.md

Todos

  • Write MORE Tests
  • Add Night Mode

License

MIT