fix conformance gen
This commit is contained in:
parent
c66ebc50c1
commit
bf2e3baa8f
@ -6,10 +6,10 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
"io"
|
||||||
|
|
||||||
"github.com/filecoin-project/go-state-types/abi"
|
abi "github.com/filecoin-project/go-state-types/abi"
|
||||||
"github.com/filecoin-project/go-state-types/exitcode"
|
exitcode "github.com/filecoin-project/go-state-types/exitcode"
|
||||||
cbg "github.com/whyrusleeping/cbor-gen"
|
cbg "github.com/whyrusleeping/cbor-gen"
|
||||||
"golang.org/x/xerrors"
|
xerrors "golang.org/x/xerrors"
|
||||||
)
|
)
|
||||||
|
|
||||||
var _ = xerrors.Errorf
|
var _ = xerrors.Errorf
|
||||||
|
@ -7,7 +7,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
if err := gen.WriteTupleEncodersToFile("../cbor_gen.go", "chaos",
|
if err := gen.WriteTupleEncodersToFile("./cbor_gen.go", "chaos",
|
||||||
chaos.State{},
|
chaos.State{},
|
||||||
chaos.CreateActorArgs{},
|
chaos.CreateActorArgs{},
|
||||||
chaos.ResolveAddressResponse{},
|
chaos.ResolveAddressResponse{},
|
||||||
|
Loading…
Reference in New Issue
Block a user