First version of the tracing library 94/694/5 v0.0.1
authorRoni Riska <roni.riska@nokia.com>
Tue, 13 Aug 2019 12:18:27 +0000 (15:18 +0300)
committerRoni Riska <roni.riska@nokia.com>
Wed, 14 Aug 2019 13:31:32 +0000 (16:31 +0300)
commitaf41105030e5c1d3f669bdd2bf24d3b7274df639
treeeb2fbd00e5078dfb76a44923f0d08a2a183652c4
parent87956295b3a222b6b4f946a27efd633175ae7ed4
First version of the tracing library

Supports only noop tracer.

Change-Id: Ie5786036af4d44c2cc7906ee43e4a1672292fa1a
Signed-off-by: Roni Riska <roni.riska@nokia.com>
LICENSES.txt [new file with mode: 0644]
README.md [new file with mode: 0644]
go.mod [new file with mode: 0644]
go.sum [new file with mode: 0644]
pkg/tracelibgo/tracing.go [new file with mode: 0644]
pkg/tracelibgo/tracing_test.go [new file with mode: 0644]