MCPcopy Index your code
hub / github.com/labstack/gommon

github.com/labstack/gommon @v0.5.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.5.0 ↗ · + Follow
195 symbols 579 edges 13 files 30 documented · 15% 80 cross-repo links
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Gommon GoDoc Coverage Status

Common packages for Go.

Requires Go 1.23 or later.

  • Bytes — format/parse byte sizes (binary IEC and decimal SI).
  • Color — style terminal text.
  • Email — send email over SMTP; supports STARTTLS and implicit TLS (SMTPS, port 465).
  • Log — simple leveled logger with text and JSON output.
  • Random — cryptographically secure random strings over configurable charsets.

Install

go get github.com/labstack/gommon

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 105
Method 80
Struct 7
TypeAlias 2
FuncType 1

Languages

Go100%

Modules by API surface

log/log.go70 symbols
color/color.go68 symbols
log/log_test.go13 symbols
bytes/bytes.go12 symbols
email/email.go10 symbols
color/color_test.go5 symbols
random/random.go4 symbols
email/email_test.go4 symbols
bytes/bytes_test.go4 symbols
random/random_test.go3 symbols
log/white.go1 symbols
log/color.go1 symbols

For agents

$ claude mcp add gommon \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page