1package shared 2 3type StackPos struct { 4 Filename string 5 Function string 6 Line int 7}
View as plain text