Skip to content

Commit 309ee6e

Browse files
vishrclaude
andcommitted
docs: refresh README with email/random packages and Go 1.23 floor
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d0566f7 commit 309ee6e

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
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+
```

0 commit comments

Comments
 (0)