You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: extractor/cli/go-autobuilder/go-autobuilder.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ dependencies.
29
29
30
30
This behavior can be further customized using environment variables: setting LGTM_INDEX_NEED_GOPATH
31
31
to 'false' disables the GOPATH set-up, LGTM_INDEX_BUILD_COMMAND can be set to a newline-separated
32
-
list of commands to run in order to install dependencies, and LGTM_INDEX_IMPORT_PATH can be used to override the package import path, which is otherwise inferred from the SEMMLE_REPO_URL environment
32
+
list of commands to run in order to install dependencies, and LGTM_INDEX_IMPORT_PATH can be used to
33
+
override the package import path, which is otherwise inferred from the SEMMLE_REPO_URL environment
0 commit comments