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 c65922b commit ebf4023Copy full SHA for ebf4023
gopy.gide
@@ -28,15 +28,16 @@
28
"Run Proj"
29
],
30
"Find": {
31
- "Find": "Chdir",
32
- "Replace": "VarFromHandle",
+ "Find": "goki",
+ "Replace": "go-python",
33
"IgnoreCase": false,
34
"Langs": [
35
"Go",
36
"Python"
37
38
"Loc": "FindLocAll",
39
"FindHist": [
40
+ "goki",
41
"Chdir",
42
"buildTuple",
43
"GoSrcDir",
@@ -75,7 +76,6 @@
75
76
"universe",
77
"isPyCompatFunc",
78
"isPyCompatField",
- "goki",
79
"isStringer",
80
"genMap",
81
"genMapInit",
@@ -89,6 +89,7 @@
89
"with go"
90
91
"ReplHist": [
92
+ "go-python",
93
"VarFromHandle",
94
"modeExe",
95
"modeGen",
0 commit comments