Registry / logging / labstack-gommon

labstack-gommon

JSON →
library0.5.0gogounverified

A collection of common Go packages for logging, color, and other utilities used by LabStack projects.

go get github.com/labstack/gommon
INSTALL
IMPORT
SIG · LABSTACK-GOMMON
L
labstack-gommon
logginggov0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

log
github.com/labstack/gommon/log

Creates a new logger and logs an info message.

package main import ( "github.com/labstack/gommon/log" ) func main() { l := log.New("myapp") l.Info("Hello, world!") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources
labstack-gommon — go get labstack-gommon · libregistry