Zap: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 1: Line 1:
=External=
=External=
* https://github.com/uber-go/zap
* GitHub repository https://github.com/uber-go/zap
* https://pkg.go.dev/go.uber.org/zap
* Documentation https://pkg.go.dev/go.uber.org/zap
* https://betterstack.com/community/guides/logging/go/zap/
* https://betterstack.com/community/guides/logging/go/zap/



Revision as of 20:34, 3 January 2024

External

Internal

Overview

Installation

In the directory that contains go.mod:

go get -u go.uber.org/zap