File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Gommon [ ![ GoDoc] ( http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square )] ( http://godoc.org/github.com/labstack/gommon ) [ ![ Coverage Status] ( http://img.shields.io/coveralls/labstack/gommon.svg?style=flat-square )] ( https://coveralls.io/r/labstack/gommon )
22
3- Common packages for Go
4- - [ Bytes] ( https://github.com/labstack/gommon/tree/master/bytes ) - Format/parse bytes.
5- - [ Color] ( https://github.com/labstack/gommon/tree/master/color ) - Style terminal text.
6- - [ Log] ( https://github.com/labstack/gommon/tree/master/log ) - Simple logging.
3+ Common packages for Go.
4+
5+ Requires Go 1.23 or later.
6+
7+ - [ Bytes] ( https://github.com/labstack/gommon/tree/master/bytes ) — format/parse byte sizes (binary IEC and decimal SI).
8+ - [ Color] ( https://github.com/labstack/gommon/tree/master/color ) — style terminal text.
9+ - [ Email] ( https://github.com/labstack/gommon/tree/master/email ) — send email over SMTP; supports STARTTLS and implicit TLS (SMTPS, port 465).
10+ - [ Log] ( https://github.com/labstack/gommon/tree/master/log ) — simple leveled logger with text and JSON output.
11+ - [ Random] ( https://github.com/labstack/gommon/tree/master/random ) — cryptographically secure random strings over configurable charsets.
12+
13+ ## Install
14+
15+ ``` sh
16+ go get github.com/labstack/gommon
17+ ```
You can’t perform that action at this time.
0 commit comments