Zap: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
=Overview=
=Overview=
=Installation=
=Installation=
In the directory that contains <code>go.mod</code>:
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
go get -u go.uber.org/zap
go get -u go.uber.org/zap
</syntaxhighlight>
</syntaxhighlight>

Revision as of 20:18, 3 January 2024

External

Internal

Overview

Installation

In the directory that contains go.mod:

go get -u go.uber.org/zap