go/buildutil: fix doc reference
Fix reference to OverlayContext in the doc for ParseOverlayArchive. Change-Id: I0b1db478489764fa309cb2e2f788865ac7ff71bb Reviewed-on: https://go-review.googlesource.com/33916 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
366e27042d
commit
8462b1669f
|
@ -58,7 +58,7 @@ func OverlayContext(orig *build.Context, overlay map[string][]byte) *build.Conte
|
|||
}
|
||||
|
||||
// ParseOverlayArchive parses an archive containing Go files and their
|
||||
// contents. The result is intended to be used with Overlay.
|
||||
// contents. The result is intended to be used with OverlayContext.
|
||||
//
|
||||
//
|
||||
// Archive format
|
||||
|
|
Loading…
Reference in New Issue