# README
Templates
Contains an HTML template and an icon.
emoji_u1f4a3.png is the bomb emoji U+1F4A3 in Noto Emoji as a PNG. emoji_u1f4a3_64.gif is the product of reducing the image to 64x64 and exporting as GIF.
Source
It can be found online at https://github.com/googlefonts/noto-emoji/blob/HEAD/png/128/emoji_u1f4a3.png
License
Found in OFL.txt. An online copy can be retrieved at http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
# Packages
Package webstack provides a http.HandlerFunc that serves a snapshot similar to net/http/pprof.Index().
# Functions
DefaultOpts returns default options to process the snapshot.
ScanSnapshot scans the Reader for the output from runtime.Stack() in br.
# Constants
AnyPointer considers different pointers a similar call line.
AnyValue accepts any value as similar call line.
ExactFlags requires same bits (e.g.
ExactLines requests the exact same arguments on the call line.
GoMod is a go module, it is outside $GOPATH and is inside a directory containing a go.mod file.
GOPATH is in $GOPATH/src.
GoPkg is in $GOPATH/pkg/mod.
LocationUnknown is the default value when Opts.GuessPaths was false.
Stdlib is when it is a Go standard library function.
# Structs
Aggregated is a list of Bucket sorted by repetition count.
Arg is an argument on a Call.
Args is a series of function call arguments.
Bucket is a stack trace signature and the list of goroutines that fits this signature.
Call is an item in the stack trace.
Func is a function call in a goroutine stack trace.
Goroutine represents the state of one goroutine, including the stack trace.
Opts represents options to process the snapshot.
Signature represents the signature of one or multiple goroutines.
Snapshot is a parsed runtime.Stack() or race detector dump.
Stack is a call stack.
# Type aliases
Location is the source location, if determined.
Similarity is the level at which two call lines arguments must match to be considered similar enough to coalesce them.