Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amirrezaask committed Oct 19, 2019
1 parent 0b5c443 commit 91350a1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
3 changes: 3 additions & 0 deletions interpreter/.repl/sessions/605659000/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module shell

go 1.13
17 changes: 17 additions & 0 deletions interpreter/.repl/sessions/605659000/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package main

type user struct {
Name string
}

func Name() string {}

var (
x = 2
_, y = 3, 4
z = 2
)

func main() {
x += 2
}
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"runtime/debug"
"time"

"github.com/golobby/gshell/interpreter"
"github.com/golobby/repl/interpreter"

"github.com/c-bata/go-prompt"
)
Expand Down

0 comments on commit 91350a1

Please sign in to comment.