aboutsummaryrefslogtreecommitdiff
path: root/go/buildutil/overlay.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/buildutil/overlay.go')
-rw-r--r--go/buildutil/overlay.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/go/buildutil/overlay.go b/go/buildutil/overlay.go
index 8e239086b..bdbfd9314 100644
--- a/go/buildutil/overlay.go
+++ b/go/buildutil/overlay.go
@@ -60,8 +60,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 OverlayContext.
//
-//
-// Archive format
+// # Archive format
//
// The archive consists of a series of files. Each file consists of a
// name, a decimal file size and the file contents, separated by