minor doc fixes

This commit is contained in:
Ian Norden
2020-07-15 22:11:01 -05:00
parent 535d8eca71
commit d713cb1ef1
2 changed files with 16 additions and 15 deletions
+5 -6
View File
@@ -14,12 +14,11 @@ employ it as you would the blockservice-based ethdbs.
package main
import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/state"
"github.com/ethereum/go-ethereum/core/state/snapshot"
"github.com/ethereum/go-ethereum/trie"
"github.com/jmoiron/sqlx"
"github.com/vulcanize/ipfs-ethdb/postgres"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/state"
"github.com/ethereum/go-ethereum/trie"
"github.com/jmoiron/sqlx"
"github.com/vulcanize/ipfs-ethdb/postgres"
)
func main() {