Updated package name
This commit is contained in:
parent
a44ec0310b
commit
af604d60c9
|
@ -3,8 +3,8 @@ package main
|
|||
import (
|
||||
"context"
|
||||
"github.com/chzyer/readline"
|
||||
"github.com/lmika/ucl/ucl"
|
||||
"log"
|
||||
"ucl.lmika.dev/ucl"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -3,8 +3,8 @@ package ucl_test
|
|||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
"github.com/lmika/ucl/ucl"
|
||||
"testing"
|
||||
"ucl.lmika.dev/ucl"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
|
|
@ -3,9 +3,9 @@ package ucl_test
|
|||
import (
|
||||
"bytes"
|
||||
"context"
|
||||
"github.com/lmika/ucl/ucl"
|
||||
"strings"
|
||||
"testing"
|
||||
"ucl.lmika.dev/ucl"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue