Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eraclitux/trace
- Owner: eraclitux
- License: mit
- Created: 2015-06-06T21:04:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T18:24:31.000Z (over 6 years ago)
- Last Synced: 2024-06-19T16:46:10.947Z (5 months ago)
- Topics: debugging, golang-package
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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/tracePackage ``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.