diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cmd/go2go/doc.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/go2go/doc.go b/src/cmd/go2go/doc.go index 059b91b0bb..1d8cf05a8e 100644 --- a/src/cmd/go2go/doc.go +++ b/src/cmd/go2go/doc.go @@ -5,6 +5,9 @@ // go2go is a command for trying out generic Go code. // It supports a small number of commands similar to cmd/go. // +// This tool was intended for experimental use during the development +// of the generics proposal, and is no longer maintained. +// // Usage: // // go2go [options] <command> [go2go flags] [arguments] |