Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/griggsca91/traceeverything
https://github.com/griggsca91/traceeverything
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/griggsca91/traceeverything
- Owner: griggsca91
- License: mit
- Created: 2024-11-16T14:12:52.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T16:17:59.000Z (about 2 months ago)
- Last Synced: 2024-11-16T17:19:20.563Z (about 2 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# traceeverything
Injects a log statement in every function so you can visually see a log of the calls in your terminal
Just a quick tool
## How to use
Either run
```sh
trace-everything .
```in the root of your project
or put a
```go
//go:generate trace-everythingin the files you want to trace
```if you run `trace-everything remove .` it will remove all the logs
Logs will only display if you build with the build tags `trace-everything`