Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ NoGo
Method
NoGo
dev/devcam/env.go:62–65 ·
view source on GitHub ↗
NoGo removes GOPATH and GOBIN.
()
Source
from the content-addressed store, hash-verified
60
61
// NoGo removes GOPATH and GOBIN.
62
func
(e *Env) NoGo() {
63
e.Del(
"GOPATH"
)
64
e.Del(
"GOBIN"
)
65
}
66
67
func
(e *Env) Flat() []string {
68
vv := make([]string, 0, len(e.order))
Callers
1
env
Method · 0.80
Calls
1
Del
Method · 0.95
Tested by
no test coverage detected