package
Version:
v0.0.0-...-0a7d128
Opens a new window with list of versions in this module.
Published: Feb 27, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Track sets up baseline tracking and returns a cleanup function that writes the tracking file.
It should be called from TestMain using defer:
func TestMain(m *testing.M) {
defer baseline.Track()()
m.Run()
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.