Zap Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * zap =Installation= In the directory that contains <code>go.mod</code>: <syntaxhighlight lang='bash'> go get -u go.uber.org/zap </syntaxhighlight>")
 
m (Ovidiu moved page Zap Operations to Programming Model and Operations without leaving a redirect)
(No difference)

Revision as of 20:43, 3 January 2024

Internal

Installation

In the directory that contains go.mod:

go get -u go.uber.org/zap