Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gobyexample-cn/gobyexample
/ verbose
Function
verbose
tools/generate.go:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
var
siteDir =
"./public"
27
28
func
verbose() bool {
29
return
len(os.Getenv(
"VERBOSE"
)) > 0
30
}
31
32
func
check(err error) {
33
if
err != nil {
Callers
5
resetURLHashFile
Function · 0.85
parseExamples
Function · 0.85
renderIndex
Function · 0.85
renderExamples
Function · 0.85
render404
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected