Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eraclitux/trace

A simple Go tracing package.
https://github.com/eraclitux/trace

debugging golang-package

Last synced: about 8 hours ago
JSON representation

A simple Go tracing package.

Awesome Lists containing this project

README

        

=====
trace
=====

|image0|_ |image1|_ |image2|_

.. |image0| image:: https://godoc.org/github.com/eraclitux/trace?status.svg
.. _image0: https://godoc.org/github.com/eraclitux/trace

.. |image1| image:: https://travis-ci.org/eraclitux/trace.svg?branch=master
.. _image1: https://travis-ci.org/eraclitux/trace

.. |image2| image:: https://goreportcard.com/badge/github.com/eraclitux/trace
.. _image2: https://goreportcard.com/report/github.com/eraclitux/trace

Package ``trace`` is a simple tracing package. See `godoc `_ for usage examples.

Installation
============

To install with the ``trace-clean`` command::

$ go get github.com/eraclitux/trace/...

Credits
=======

Original idea is by Dave Cheney http://dave.cheney.net.