Updated package name
This commit is contained in:
parent
f06a14bff4
commit
6e5a9b1bc1
4 changed files with 4 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,4 +1,4 @@
|
|||
module github.com/lmika/ucl
|
||||
module ucl.lmika.dev
|
||||
|
||||
go 1.21.1
|
||||
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@ package ucl_test
|
|||
|
||||
import (
|
||||
"context"
|
||||
"github.com/lmika/ucl/ucl"
|
||||
"strings"
|
||||
"testing"
|
||||
"ucl.lmika.dev/ucl"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue