| 1005 | var reModule = regexp.MustCompile(`(?m)^module\s+([^\n\r]+)\r?$`) |
| 1006 | |
| 1007 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected