We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f15c970 commit e4f5060Copy full SHA for e4f5060
1 file changed
stack.go
@@ -46,7 +46,8 @@ func (f Frame) line() int {
46
//
47
// Format accepts flags that alter the printing of some verbs, as follows:
48
49
-// %+s path of source file relative to the compile time GOPATH
+// %+s function name and path of source file relative to the compile time
50
+// GOPATH separated by \n\t (<funcname>\n\t<path>)
51
// %+v equivalent to %+s:%d
52
func (f Frame) Format(s fmt.State, verb rune) {
53
switch verb {
0 commit comments