Discover Packages
go.chromium.org/tast
src
go.chromium.org
tast
core
errors
stack
package
Version:
v0.0.0-...-b5d9cbe
Opens a new window with list of versions in this module.
Published: Apr 1, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package stack provides a utility to capture and format a stack trace.
This is not intended to be used directly by Tast tests; use the errors
package instead.
Stack holds a snapshot of program counters.
New captures a stack trace. skip specifies the number of frames to skip from
a stack trace. skip=0 records stack.New call as the innermost frame.
String formats a stack trace to a human-friendly text.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.