update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user