Rename module to "compiler-in-go"

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-01-13 19:56:56 -08:00
parent 0acd1d41e8
commit 9c32fe1d31
29 changed files with 38 additions and 38 deletions

View file

@ -3,7 +3,7 @@ package ast
import (
"testing"
"code.jmug.me/jmug/interpreter-in-go/pkg/token"
"code.jmug.me/jmug/compiler-in-go/pkg/token"
)
func TestString(t *testing.T) {