Skip to content

remoteit/systemkit-callstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Call Stack for Go

Usage

import (
	"github.com/remoteit/systemkit-callstack"
)

func main() {
	go func() {
		...
		packageName, callStack := callstack.Get()
		...
	}()
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%