fix imports, docsgen

This commit is contained in:
Łukasz Magiera 2020-12-02 00:39:55 +01:00
parent 95eaf13b5a
commit 289ef910a0
2 changed files with 3 additions and 1 deletions

View File

@ -232,7 +232,8 @@ Inputs:
```json ```json
[ [
8, 8,
null null,
true
] ]
``` ```

View File

@ -3,6 +3,7 @@ package storiface
import ( import (
"context" "context"
"errors" "errors"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
"github.com/filecoin-project/go-state-types/abi" "github.com/filecoin-project/go-state-types/abi"