]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: document that -run isn't implemented
authorRob Pike <r@golang.org>
Tue, 10 Feb 2015 00:54:06 +0000 (16:54 -0800)
committerRob Pike <r@golang.org>
Tue, 10 Feb 2015 00:56:24 +0000 (00:56 +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>
src/cmd/go/generate.go

index 8c1e3ee230a7b0a63367d5a57fa120f6b2874d8f..3c0af8760b5eeeb00b17c7dedfea877303ce2eac 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.