Updated package name

This commit is contained in:
Leon Mika 2024-04-27 11:00:48 +10:00
parent f06a14bff4
commit 6e5a9b1bc1
4 changed files with 4 additions and 4 deletions

View file

@ -3,8 +3,8 @@ package main
import (
"context"
"github.com/chzyer/readline"
"github.com/lmika/ucl/ucl"
"log"
"ucl.lmika.dev/ucl"
)
func main() {

View file

@ -7,9 +7,9 @@ import (
"context"
"errors"
"github.com/alecthomas/participle/v2"
"github.com/lmika/ucl/ucl"
"strings"
"syscall/js"
"ucl.lmika.dev/ucl"
)
func invokeUCLCallback(name string, args ...any) {