8 lines
270 B
Go
8 lines
270 B
Go
// Copyright (c) 2014 Conformal Systems LLC.
|
|
// Use of this source code is governed by an ISC
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// Package btcrpcclient implements a websocket-enabled Bitcoin JSON-RPC client.
|
|
//
|
|
// TODO(davec): Doco
|
|
package btcrpcclient
|