Skip to content

Commit 49e5d7b

Browse files
committed
(README) CI badge
1 parent b42a43d commit 49e5d7b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# GoGoTrace
22

3+
[![Go CI](https://github.com/kevin-valerio/gogotrace/actions/workflows/go.yml/badge.svg)](https://github.com/kevin-valerio/gogotrace/actions/workflows/go.yml)
4+
35
GoGoTrace is a Go reverse call‑graph analyzer. It scans a project, discovers who calls a given function or method, and renders a reverse call tree to the console, to JSON, or to an interactive HTML page. The analysis runs in parallel and is designed to handle large codebases efficiently.
46

57
## Motivations

0 commit comments

Comments
 (0)