package
0.0.0-20240710132249-e5f7161f658c
Repository: https://github.com/fsgo/gocode.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
IsDebug 判断是否指定 debug 类型 Debug is a set of single-letter flags:
f show [f]acts as they are created p disable [p]arallel execution of analyzers s do additional [s]anity checks on fact types and serialization t show [t]iming info (NB: use 'p' flag to avoid GC/scheduler noise) v show [v]erbose logging.
IsDebugFacts how facts as they are created.
IsDebugParallel disable parallel execution of analyzers.
IsDebugSanity do additional sanity checks on fact types and serialization.
IsDebugTiming show timing info.
IsDebugVerbose show verbose logging.
No description provided by the author
IsTrace verbose trace logs.
No description provided by the author
No description provided by the author