Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 7.7% on proxy.golang.org
Top 7.0% forks on proxy.golang.org

proxy.golang.org : github.com/eraclitux/trace

Package trace exposes simple tracing capabilities. The idea is that during early stages of code development one wants a simple (and dirty :)) way to inspect values of vars that can be quickly disabled. To enable trace functions to print, just build, run or test with “debug“ tag otherwise they will be noops: stderr is used to not perturb Examples() functions. Once trace is no more needed, the provided command can be used to remove its presence in a code base, for example: will recursively remove import and function calls from all go files in the current directory and all its subdirs. Original idea by Dave Cheney http://dave.cheney.net.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/eraclitux/trace
Keywords: debugging, golang-package
License: MIT
Latest release: almost 6 years ago
First release: almost 6 years ago
Namespace: github.com/eraclitux
Stars: 3 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 27 days ago

    Loading...
    Readme
    Loading...