Skip to content

codemodify/systemkit-callstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# ![](https://fonts.gstatic.com/s/i/materialicons/bookmarks/v4/24px.svg) Simple Call Stack for Go
[![](https://img.shields.io/github/v/release/codemodify/systemkit-callstack?style=flat-square)](https://goframework.io/callstack/releases/latest)
![](https://img.shields.io/github/languages/code-size/codemodify/systemkit-callstack?style=flat-square)
![](https://img.shields.io/github/last-commit/codemodify/systemkit-callstack?style=flat-square)
[![](https://img.shields.io/badge/license-0--license-brightgreen?style=flat-square)](https://github.com/codemodify/TheFreeLicense)

![](https://img.shields.io/github/workflow/status/codemodify/systemkit-callstack/qa?style=flat-square)
![](https://img.shields.io/github/issues/codemodify/systemkit-callstack?style=flat-square)
[![](https://goreportcard.com/badge/goframework.io/callstack?style=flat-square)](https://goreportcard.com/report/goframework.io/callstack)

[![](https://img.shields.io/badge/godoc-reference-brightgreen?style=flat-square)](https://godoc.org/goframework.io/callstack)
![](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)
![](https://img.shields.io/gitter/room/codemodify/systemkit-callstack?style=flat-square)

![](https://img.shields.io/github/contributors/codemodify/systemkit-callstack?style=flat-square)
![](https://img.shields.io/github/stars/codemodify/systemkit-callstack?style=flat-square)
![](https://img.shields.io/github/watchers/codemodify/systemkit-callstack?style=flat-square)
![](https://img.shields.io/github/forks/codemodify/systemkit-callstack?style=flat-square)

### Usage
```go
import (
	"goframework.io/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