Skip to content

Commit 753f102

Browse files
authored
fix
1 parent 6950246 commit 753f102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ GoToPy is a Go to Python converter -- translates Go code into Python code.
55
To install, do standard:
66

77
```Go
8-
$ go install https://github.com/go-python/gotopy
8+
$ go install github.com/go-python/gotopy@latest
99
```
1010

1111
It is based on the Go `gofmt` command source code and the go `printer` package, which parses Go files and writes them out according to standard go formatting.

0 commit comments

Comments
 (0)