gitlab.com/evatix-go/core@v1.3.55/codestack/StacksStringDefault.go (about) 1 package codestack 2 3 func StacksStringDefault() string { 4 stacks := NewStacksDefaultCount( 5 defaultInternalSkip, 6 ) 7 8 toString := stacks.CodeStacksString() 9 stacks.Dispose() 10 11 return toString 12 }