OSDN Git Service

Reformat the whole project
authorLiu-Cheng Xu <xuliuchengxlc@gmail.com>
Mon, 9 Oct 2017 00:56:44 +0000 (08:56 +0800)
committerLiu-Cheng Xu <xuliuchengxlc@gmail.com>
Mon, 9 Oct 2017 00:56:44 +0000 (08:56 +0800)
commit3c3a420e0ec445bbbeb08038a68cf2a283409e2e
tree889fdc27f1b44a75c592bdcf090d5b3f3ec6d94b
parent24ef98652778ac6fc76319d4442672b67fae1bdc
Reformat the whole project

Format the project via `go fmt ./...` under the bytom directory.
72 files changed:
blockchain/account/accounts.go
blockchain/account/annotate.go
blockchain/account/builder.go
blockchain/account/indexer.go
blockchain/accounts.go
blockchain/asset/annotate.go
blockchain/asset/asset.go
blockchain/asset/block.go
blockchain/asset/builder.go
blockchain/assets.go
blockchain/control_programs.go
blockchain/errors.go
blockchain/hsm.go
blockchain/memstore.go
blockchain/pseudohsm/addrcache.go
blockchain/pseudohsm/addrcache_test.go
blockchain/pseudohsm/key.go
blockchain/pseudohsm/keystore_passphrase.go
blockchain/pseudohsm/keystore_passphrase_test.go
blockchain/pseudohsm/pseudohsm.go
blockchain/pseudohsm/watch.go
blockchain/query.go
blockchain/query/accounts.go
blockchain/query/annotated.go
blockchain/query/index.go
blockchain/query/outputs.go
blockchain/query/transactions.go
blockchain/receivers.go
blockchain/rpc.go
blockchain/signers/idgenerate.go
blockchain/signers/signers.go
blockchain/transact.go
blockchain/txdb/cache.go
blockchain/txdb/snapshot.go
blockchain/txfeed/query.go
blockchain/txfeed/txfeed.go
blockchain/txfeeds.go
cmd/bytom/commands/init.go
cmd/bytomcli/example/wallet.go
cmd/bytomcli/main.go
common/bech32.go
common/bech32_test.go
common/types.go
config/config.go
crypto/crypto.go
crypto/crypto_test.go
encoding/base32/base32_test.go
p2p/connection_test.go
p2p/switch.go
protocol/block.go
protocol/protocol.go
protocol/recover.go
rpc/client/event_test.go
rpc/client/helpers.go
rpc/client/helpers_test.go
rpc/client/httpclient.go
rpc/client/interface.go
rpc/client/localclient.go
rpc/client/main_test.go
rpc/client/rpc_test.go
rpc/core/info.go
rpc/core/pipe.go
rpc/core/pow.go
rpc/core/routes.go
rpc/core/types/responses.go
rpc/core/types/responses_test.go
rpc/grpc/types.pb.go
rpc/lib/client/http_client.go
rpc/lib/client/ws_client.go
rpc/lib/server/http_server.go
types/events.go
types/genesis.go