import ( "github.com/codemodify/systemkit-callstack" ) func main() { go func() { ... packageName, callStack := callstack.Get() ... }() }