]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.4] cmd/go: document that -run isn't implemented
authorRob Pike <r@golang.org>
Tue, 10 Feb 2015 00:54:06 +0000 (16:54 -0800)
committerAndrew Gerrand <adg@golang.org>
Tue, 17 Feb 2015 06:46:10 +0000 (06:46 +0000)
I am an idiot but the failure to implement this means we can decide
exactly what its design should be for 1.5

Change-Id: Ie2b025fcd899d306ddeddd09d1d0e8f9a99ab7a8
Reviewed-on: https://go-review.googlesource.com/4291
Reviewed-by: Minux Ma <minux@golang.org>
(cherry picked from commit 1e5d8bb5444368a7b6f2f169bbbb43452a0479d9)
Reviewed-on: https://go-review.googlesource.com/4998
Reviewed-by: David Symonds <dsymonds@golang.org>
src/cmd/go/doc.go
src/cmd/go/generate.go

index d0d8a8a5b2e8d298b544e295360ebf7923ab1658..7191ee0f3a9f8e99629f8f0f9512ea9574f58689 100644 (file)
@@ -308,6 +308,7 @@ The generator is run in the package's source directory.
 Go generate accepts one specific flag:
 
        -run=""
+               TODO: This flag is unimplemented.
                if non-empty, specifies a regular expression to
                select directives whose command matches the expression.
 
index baf4d2b55c1f8792c1794fc46ff8d895bfdf31e9..8991fb6af22972e63047bea755fbf6aee38a3e05 100644 (file)
@@ -106,6 +106,7 @@ The generator is run in the package's source directory.
 Go generate accepts one specific flag:
 
        -run=""
+               TODO: This flag is unimplemented.
                if non-empty, specifies a regular expression to
                select directives whose command matches the expression.