Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37be76 commit 43a6207Copy full SHA for 43a6207
go.mod
@@ -0,0 +1,6 @@
1
+module github.com/go-python/gpython
2
+
3
+require (
4
+ github.com/mattn/go-runewidth v0.0.3 // indirect
5
+ github.com/peterh/liner v0.0.0-20180619022028-8c1271fcf47f
6
+)
0 commit comments