]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/load: fix IsMetaPackage function name in doc
authorDmitri Shuralyov <shurcooL@gmail.com>
Mon, 28 Aug 2017 03:17:12 +0000 (23:17 -0400)
committerDave Cheney <dave@cheney.net>
Mon, 28 Aug 2017 03:27:23 +0000 (03:27 +0000)
commit2abef5976a5a7c761579b19e10680347968caef2
treef96ed82bf59edf692ee5b52a63392cb4318236bd
parent6eef2bb5eeb4831a4d61dc2ffb14772e1270e634
cmd/go/internal/load: fix IsMetaPackage function name in doc

The IsMetaPackage function was made exported when it was moved from
cmd/go to cmd/go/internal/load in CL 36196. Its documentation wasn't
updated accordingly. This change fixes that, resolving a golint issue.

Updates #18653.

Change-Id: Icf89461000754d0f09e6617b11c838e4c050d5a6
Reviewed-on: https://go-review.googlesource.com/59430
Reviewed-by: Dave Cheney <dave@cheney.net>
src/cmd/go/internal/load/search.go