fix styling format for client code

pull/69/head
Minh Doan 6 years ago
parent c1368df687
commit c8b4d7bbab
  1. 2
      client/utils.go

@ -2,12 +2,12 @@ package client
import ( import (
"bytes" "bytes"
"github.com/simple-rules/harmony-benchmark/crypto/pki"
"io" "io"
"log" "log"
"net/http" "net/http"
"sync" "sync"
"github.com/simple-rules/harmony-benchmark/crypto/pki"
) )
var AddressToIntPriKeyMap map[[20]byte]int // For convenience, we use int as the secret seed for generating private key var AddressToIntPriKeyMap map[[20]byte]int // For convenience, we use int as the secret seed for generating private key

Loading…
Cancel
Save