We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727b7c4 commit c9f2d8bCopy full SHA for c9f2d8b
1 file changed
main.go
@@ -9,16 +9,15 @@ package main
9
import (
10
"flag"
11
"fmt"
12
+ "log"
13
+ "os"
14
"runtime"
15
"runtime/pprof"
16
17
+ _ "github.com/go-python/gpython/modules"
18
+ "github.com/go-python/gpython/py"
19
"github.com/go-python/gpython/repl"
20
"github.com/go-python/gpython/repl/cli"
-
- "log"
- "os"
21
- "github.com/go-python/gpython/py"
22
)
23
24
// Globals
0 commit comments