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

@@ -8,7 +8,7 @@ import (
"strings"
"text/tabwriter"
"github.com/mmcloughlin/avo/internal/inst"
"sources.truenas.cloud/code/avo/internal/inst"
)
// Function represents a function that constructs some collection of

View File

@@ -4,7 +4,7 @@ import (
"strings"
"testing"
"github.com/mmcloughlin/avo/internal/inst"
"sources.truenas.cloud/code/avo/internal/inst"
)
func TestFunctionsDuplicateFormSignatures(t *testing.T) {

View File

@@ -8,7 +8,7 @@ import (
const (
// Package is the avo package import path.
Package = "github.com/mmcloughlin/avo"
Package = "sources.truenas.cloud/code/avo"
// IRPackage is the package that defines intermediate representation types.
IRPackage = "ir"

View File

@@ -4,7 +4,7 @@ import (
"go/token"
"testing"
"github.com/mmcloughlin/avo/internal/inst"
"sources.truenas.cloud/code/avo/internal/inst"
)
func TestISAsIdentifier(t *testing.T) {