Skip to content

Commit 2e79d7f

Browse files
mpvlbradfitz
authored andcommitted
cmd/go: update alldocs.go
Also added go:generate directive. Change-Id: Ib1f0eddc75e3c47a4d904786a29b964a35b18456 Reviewed-on: https://go-review.googlesource.com/21042 Reviewed-by: Brad Fitzpatrick <[email protected]> Run-TryBot: Marcel van Lohuizen <[email protected]>
1 parent fdba5a7 commit 2e79d7f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/cmd/go/doc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5+
//go:generate ./mkalldocs.sh
6+
57
package main
68

79
var cmdDoc = &Command{

src/cmd/go/mkalldocs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright 2012 The Go Authors. All rights reserved.
2+
# Copyright 2012 The Go Authors. All rights reserved.
33
# Use of this source code is governed by a BSD-style
44
# license that can be found in the LICENSE file.
55

0 commit comments

Comments
 (0)