fix lint and gen errors.

This commit is contained in:
Raúl Kripalani
2021-07-26 23:32:51 +01:00
parent 9bdbbf33cb
commit 160fab08aa
11 changed files with 21 additions and 5 deletions
+2
View File
@@ -5,6 +5,7 @@ package hello
import (
"fmt"
"io"
"math"
"sort"
abi "github.com/filecoin-project/go-state-types/abi"
@@ -15,6 +16,7 @@ import (
var _ = xerrors.Errorf
var _ = cid.Undef
var _ = math.E
var _ = sort.Sort
var lengthBufHelloMessage = []byte{132}