update
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
"go/types"
|
||||
"strconv"
|
||||
|
||||
"github.com/mmcloughlin/avo/operand"
|
||||
"github.com/mmcloughlin/avo/reg"
|
||||
"sources.truenas.cloud/code/avo/operand"
|
||||
"sources.truenas.cloud/code/avo/reg"
|
||||
)
|
||||
|
||||
// Sizes provides type sizes used by the standard Go compiler on amd64.
|
||||
|
||||
@@ -7,8 +7,8 @@ import (
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/mmcloughlin/avo/operand"
|
||||
"github.com/mmcloughlin/avo/reg"
|
||||
"sources.truenas.cloud/code/avo/operand"
|
||||
"sources.truenas.cloud/code/avo/reg"
|
||||
)
|
||||
|
||||
func TestBasicKindsArePrimitive(t *testing.T) {
|
||||
|
||||
@@ -3,7 +3,7 @@ package gotypes_test
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/mmcloughlin/avo/gotypes"
|
||||
"sources.truenas.cloud/code/avo/gotypes"
|
||||
)
|
||||
|
||||
func ExampleParseSignature() {
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
"go/types"
|
||||
"strconv"
|
||||
|
||||
"github.com/mmcloughlin/avo/operand"
|
||||
"sources.truenas.cloud/code/avo/operand"
|
||||
)
|
||||
|
||||
// Signature represents a Go function signature.
|
||||
|
||||
Reference in New Issue
Block a user