Skip to content

Commit e856a16

Browse files
authored
Merge pull request #33 from gopherds/refactor
move the REPL package to internal
2 parents ec9037f + 673771a commit e856a16

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed

execution.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"go/token"
66

7-
repl "github.com/gopherds/gophernotes/replpkg"
7+
repl "github.com/gopherds/gophernotes/internal/repl"
88
)
99

1010
var (

gophernotes_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"testing"
55

6-
repl "github.com/gopherds/gophernotes/replpkg"
6+
repl "github.com/gopherds/gophernotes/internal/repl"
77
"github.com/stretchr/testify/assert"
88
)
99

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)