aboutsummaryrefslogtreecommitdiff
path: root/pkg/pointer/pointer.go
diff options
context:
space:
mode:
authorJulien Dessaux2021-09-24 10:09:10 +0200
committerJulien Dessaux2021-09-24 10:09:33 +0200
commit4cb1cfbef58b6acac9f198e75cb2053f278bcd5d (patch)
treedd419b91aa4b714503faa4cb9013b92c6c77b3d7 /pkg/pointer/pointer.go
parentMade the interpreter pass most of the mycology test suite (diff)
downloadgofunge98-4cb1cfbef58b6acac9f198e75cb2053f278bcd5d.tar.gz
gofunge98-4cb1cfbef58b6acac9f198e75cb2053f278bcd5d.tar.bz2
gofunge98-4cb1cfbef58b6acac9f198e75cb2053f278bcd5d.zip
Renamed project since I do not intend to support over funge variants
Diffstat (limited to 'pkg/pointer/pointer.go')
-rw-r--r--pkg/pointer/pointer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pointer/pointer.go b/pkg/pointer/pointer.go
index d9a6b3d..584a737 100644
--- a/pkg/pointer/pointer.go
+++ b/pkg/pointer/pointer.go
@@ -3,7 +3,7 @@ package pointer
import (
"math/rand"
- "git.adyxax.org/adyxax/gofunge/pkg/field"
+ "git.adyxax.org/adyxax/gofunge98/pkg/field"
)
type InputFunction func() int