Documentation
¶
Index ¶
- Constants
- func CollectTargets(target string, recurse bool) ([]string, error)
- func DownloadSymbol(ctx context.Context, client *http.Client, symbolURL, cachePath string) error
- func FormatGUIDAge(guid []byte, age uint32) string
- func IsPE(path string) bool
- func LocalSymbolPath(cacheDir string, info PDBInfo) string
- func RunChecks(checker Checker, files []string, parallelism int) ([]Result, Summary)
- func UpstreamSymbolURL(base string, info PDBInfo) string
- type Checker
- type Config
- type PDBInfo
- type Result
- type Summary
Constants ¶
View Source
const (
DefaultSymbolServer = "https://msdl.microsoft.com/download/symbols"
)
Variables ¶
This section is empty.
Functions ¶
func DownloadSymbol ¶
func FormatGUIDAge ¶
func LocalSymbolPath ¶
func UpstreamSymbolURL ¶
Types ¶
type Config ¶
func LoadConfig ¶
type PDBInfo ¶
func ReadPDBInfo ¶
Click to show internal directories.
Click to hide internal directories.