Skip to content

Commit dd43e02

Browse files
committed
docs(go): Be more specific about the directory for .info files
There are also `.info` files under '$GOPATH/pkg/mod/cache/vcs', but these are plain text instead of JSON. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 711e74c commit dd43e02

File tree

1 file changed

+1
-1
lines changed
  • plugins/package-managers/go/src/main/kotlin

1 file changed

+1
-1
lines changed

plugins/package-managers/go/src/main/kotlin/GoMod.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ private data class GoModule(
418418
}
419419

420420
/**
421-
* The format of `.info` files the Go command line tools cache under '$GOPATH/pkg/mod'.
421+
* The format of `.info` files the Go command line tools cache under '$GOPATH/pkg/mod/cache/download'.
422422
*/
423423
@Serializable
424424
private data class ModuleInfoFile(

0 commit comments

Comments
 (0)