Versions in this module Expand all Collapse all v1 v1.7.1 Jan 29, 2021 v1.7.0 Dec 8, 2020 Changes in this version + func Caller() string + func FuncName(fn interface{}) string + func ReturnTypes(t interface{}) []string + type Frame struct + File string + Function string + Line int + func (f Frame) String() string + type Stack []Frame + func CallerStack(skip, depth int) Stack + func (fs Stack) CallerName() string + func (fs Stack) Format(w fmt.State, c rune) + func (fs Stack) String() string