Skip to content

Commit

Permalink
Updates import name to closely match github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
abasnfarah committed Feb 1, 2024
1 parent d5c87cc commit c8ed697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go/ast/ast.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package ast

import "github.com/abasnfarah/interpreter/go/token"
import "github.com/abasnfarah/monkey-interpreter/go/token"

type Node interface {
tokenLiteral() string
Expand Down
2 changes: 1 addition & 1 deletion go/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"os"

"github.com/abasnfarah/interpreter/go/repl"
"github.com/abasnfarah/monkey-interpreter/go/repl"
"go.uber.org/zap"
)

Expand Down

0 comments on commit c8ed697

Please sign in to comment.