This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright (c) 2016 The btcsuite developers | |
// Copyright (c) 2015-2016 The Decred developers | |
// Use of this source code is governed by an ISC | |
// license that can be found in the LICENSE file. | |
package main | |
import ( | |
"io/ioutil" | |
"log" |