MCPcopy
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.
62func (e *Env) NoGo() {
63 e.Del("GOPATH")
64 e.Del("GOBIN")
65}
66
67func (e *Env) Flat() []string {
68 vv := make([]string, 0, len(e.order))

Callers 1

envMethod · 0.80

Calls 1

DelMethod · 0.95

Tested by

no test coverage detected