hotspots-parser 0.0.8

A tool to find hotspots in your git repository.
Documentation
1
2
3
4
5
6
7
8
package main

func FuncTwo() {}

func FuncThree() {
	nested := func() {}
	_ = nested
}