runtime/debug.BuildInfo.Path (field)

4 uses

	runtime/debug (current package)
		mod.go#L43: 	Path      string         // The main package path
		mod.go#L81: 	if bi.Path != "" {
		mod.go#L82: 		fmt.Fprintf(buf, "path\t%s\n", bi.Path)
		mod.go#L170: 			bi.Path = string(elem)