MCPcopy Create free account
hub / github.com/maruel/panicparse / gomodCache

TypeAlias gomodCache

stack/context.go:1007–1007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1005var reModule = regexp.MustCompile(`(?m)^module\s+([^\n\r]+)\r?$`)
1006
1007type gomodCache map[string]struct{}
1008
1009// isGoModule returns the string to the directory containing a go.mod file, and
1010// the go import path it represents, if found.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected