Renamed project since I do not intend to support over funge variants

This commit is contained in:
Julien Dessaux 2021-09-24 10:09:10 +02:00
parent da7e7dae2b
commit 4cb1cfbef5
8 changed files with 12 additions and 12 deletions

View file

@ -5,9 +5,9 @@ import (
"fmt"
"os"
"git.adyxax.org/adyxax/gofunge/pkg/field"
"git.adyxax.org/adyxax/gofunge/pkg/interpreter"
"git.adyxax.org/adyxax/gofunge/pkg/pointer"
"git.adyxax.org/adyxax/gofunge98/pkg/field"
"git.adyxax.org/adyxax/gofunge98/pkg/interpreter"
"git.adyxax.org/adyxax/gofunge98/pkg/pointer"
)
func main() {