Skip to content

Commit 7a32036

Browse files
committed
docs(analyzer): Improve the KDoc for getModuleInfos()
Signed-off-by: Frank Viernau <[email protected]>
1 parent 676b6f5 commit 7a32036

File tree

1 file changed

+1
-2
lines changed
  • analyzer/src/main/kotlin/managers

1 file changed

+1
-2
lines changed

analyzer/src/main/kotlin/managers/GoMod.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,7 @@ class GoMod(
259259
}
260260

261261
/**
262-
* Return the list of all modules contained in the dependency tree with resolved versions and the 'replace'
263-
* directive applied.
262+
* Return the list of all modules available via the `go list` command.
264263
*/
265264
private fun getModuleInfos(projectDir: File): List<ModuleInfo> {
266265
val list = runGo("list", "-m", "-json", "-buildvcs=false", "all", workingDir = projectDir)

0 commit comments

Comments
 (0)