Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit d6112ff

Browse files
committed
dep: minor comment touchups
1 parent 40e737c commit d6112ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

init.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ func runInit(args []string) error {
249249
ondisk[pr] = v
250250
}
251251

252+
// recurse
252253
for _, rpkg := range reached {
253254
if isStdLib(rpkg) {
254255
continue
@@ -276,8 +277,8 @@ func runInit(args []string) error {
276277
}
277278
}
278279

279-
// Make an initial lock from just what we know about the immediate deps
280-
// of the current project
280+
// Make an initial lock from what knowledge we've collected about the
281+
// versions on disk
281282
l := lock{
282283
P: make([]gps.LockedProject, 0, len(ondisk)),
283284
}

0 commit comments

Comments
 (0)