From 45038b7bca8bf9deb319f3797ee74c4f2581bfdd Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Tue, 16 Jun 2020 16:12:08 -0700 Subject: [PATCH] [dev.go2go] README.go2go.md: fix typo Change-Id: Iee71ea7af488a717986d2e5994f16fdeaf8f3dda Reviewed-on: https://go-review.googlesource.com/c/go/+/238297 Reviewed-by: Robert Griesemer --- README.go2go.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.go2go.md b/README.go2go.md index 7f2db1211d..2df3631a31 100644 --- a/README.go2go.md +++ b/README.go2go.md @@ -9,7 +9,7 @@ usual](https://golang.org/doc/install/source). You can then use the new `go2go` tool. Write your generic code in a file with the extension `.go2` instead of `.go`. -Run it using `go tool g2go run x.go2`. +Run it using `go tool go2go run x.go2`. There are some sample packages in `cmd/go2go/testdata/go2path/src`. You can see the full documentation for the tool by running `go doc cmd/go2go`.