No description
Find a file
Daniel Gorbe cc73cd1c67
All checks were successful
go test / go-test (push) Successful in 50s
Go Report Card / generate-report (push) Successful in 6s
pkg.go.dev / pull-new-commit (push) Successful in 52s
Add one-liner to get the latest commit
2025-11-19 16:25:09 +01:00
.forgejo/workflows Move to Forgejo 2025-11-19 16:16:56 +01:00
go.mod Init 2025-03-18 04:40:16 +01:00
LICENSE Initial commit 2025-03-18 03:58:11 +01:00
log.go Remove code from Fatalf() 2025-04-02 15:19:51 +02:00
log_test.go Update example 2025-11-19 16:19:05 +01:00
README.md Add one-liner to get the latest commit 2025-11-19 16:25:09 +01:00

log

Logging package for Golang

Go Reference Go Report Card

go get git.gorbe.io/go/log@latest

Get the latest commit (if Go module proxy is not updated):

go get "git.gorbe.io/go/log@$(curl -s 'https://git.gorbe.io/api/v1/repos/go/log/commits' | jq -r '.[0].sha')"