You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ GoToPy is a Go to Python converter -- translates Go code into Python code.
5
5
To install, do standard:
6
6
7
7
```Go
8
-
$ go install https://github.com/go-python/gotopy
8
+
$ go install github.com/go-python/gotopy@latest
9
9
```
10
10
11
11
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