Merge pull request #10 from vulcanize/doc

minor doc fixes
This commit is contained in:
Ian Norden 2020-07-15 22:12:42 -05:00 committed by GitHub
commit 88859115d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 15 deletions

View File

@ -77,6 +77,8 @@ func main() {
}
```
[Types are also available](./postgres/doc.md) for interfacing directly with the data stored in an IPFS-backing Postgres database
## Maintainers
@vulcanize
@AFDudley

View File

@ -16,7 +16,6 @@ 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"