package
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Mar 16, 2026
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
GetBuilded returns the absolute path to the built binary.
It builds the binary if necessary, with proper locking and caller tracking.
GetBuildedWithConfig returns the absolute path to the built binary
with configurable environment variable names.
type LockInfo struct {
BuildPID int `json:"build_pid"`
Timestamp time.Time `json:"timestamp"`
TestBuilt bool `json:"test_built"`
}
LockInfo represents the build lock file structure
Source Files
¶
Click to show internal directories.
Click to hide internal directories.