This commit is contained in:
2026-03-06 20:14:02 +00:00
parent 39eaafea25
commit 33208a2356
146 changed files with 673 additions and 1986 deletions

View File

@@ -1,6 +1,6 @@
package operand
import "github.com/mmcloughlin/avo/reg"
import "sources.truenas.cloud/code/avo/reg"
// Pure type assertion checks:

View File

@@ -6,7 +6,7 @@ import (
"runtime"
"testing"
"github.com/mmcloughlin/avo/reg"
"sources.truenas.cloud/code/avo/reg"
)
func TestChecks(t *testing.T) {

View File

@@ -3,7 +3,7 @@ package operand
import (
"fmt"
"github.com/mmcloughlin/avo/reg"
"sources.truenas.cloud/code/avo/reg"
)
// Op is an operand.

View File

@@ -4,7 +4,7 @@ import (
"reflect"
"testing"
"github.com/mmcloughlin/avo/reg"
"sources.truenas.cloud/code/avo/reg"
)
func TestSymbolString(t *testing.T) {