RSSAmplifier

Some Random Remarks on seehuhn.de · Jul 16, 2013

A Simple Tracing Framework for Go

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

The trace package provides a simple tracing framework for the excellent Go programming language . Code using this framework can emit diagnostic messages using the trace.T() function. In normal operation, calls to trace.T() have no effect and are very fast. When tracing is enabled, in order to track down a problem or to explore the inner workings of a program, listeners can be attached to record…

Read on seehuhn.de

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.