Fixed package of scriptx

This commit is contained in:
Leon Mika 2026-08-08 10:28:01 +10:00
parent 74afda5110
commit 353b4277cf
6 changed files with 18 additions and 11 deletions

View file

@ -4,8 +4,8 @@ import (
"testing"
"github.com/bitfield/script"
"github.com/lmika/scriptx"
"github.com/stretchr/testify/assert"
"lmika.dev/pkg/scriptx"
)
func TestPrintf(t *testing.T) {