We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 509dda5 commit 347b5f1Copy full SHA for 347b5f1
go/extractor/cli/go-autobuilder/go-autobuilder.go
@@ -92,14 +92,6 @@ func getEnvGoSemVer() string {
92
return "v" + goVersion[2:]
93
}
94
95
-func tryBuild(buildFile, cmd string, args ...string) bool {
96
- if util.FileExists(buildFile) {
97
- log.Printf("%s found, running %s\n", buildFile, cmd)
98
- return util.RunCmd(exec.Command(cmd, args...))
99
- }
100
- return false
101
-}
102
-
103
// Returns the import path of the package being built, or "" if it cannot be determined.
104
func getImportPath() (importpath string) {
105
importpath = os.Getenv("LGTM_INDEX_IMPORT_PATH")
0 commit comments