]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: update alldocs.go
authorMarcel van Lohuizen <mpvl@golang.org>
Wed, 23 Mar 2016 16:22:09 +0000 (17:22 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 25 Mar 2016 08:49:59 +0000 (08:49 +0000)
Also added go:generate directive.

Change-Id: Ib1f0eddc75e3c47a4d904786a29b964a35b18456
Reviewed-on: https://go-review.googlesource.com/21042
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Marcel van Lohuizen <mpvl@golang.org>

src/cmd/go/doc.go
src/cmd/go/mkalldocs.sh

index bfc80d5dabb6585e22f26d7eb27ecf3680a3d912..829983950f8094f823e27ef7244ddd24cb81ffdb 100644 (file)
@@ -2,6 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+//go:generate ./mkalldocs.sh
+
 package main
 
 var cmdDoc = &Command{
index 74e3125e657540986d099e6086125571076d6a52..0f48ff25432b9176c7a4763057642920d8d11791 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# Copyright 2012 The Go Authors.  All rights reserved.
+# Copyright 2012 The Go Authors. All rights reserved.
 # Use of this source code is governed by a BSD-style
 # license that can be found in the LICENSE file.