mirror of https://github.com/golang/go.git
[dev.go2go] README.go2go.md: fix typo
Change-Id: Iee71ea7af488a717986d2e5994f16fdeaf8f3dda Reviewed-on: https://go-review.googlesource.com/c/go/+/238297 Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
parent
ad307489d4
commit
45038b7bca
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue