Skip to content

Commit c43a7a4

Browse files
committed
Merge branch 'gomod' of https://github.com/dajohi/blockbook into gomod
2 parents e99a8eb + 395db88 commit c43a7a4

File tree

156 files changed

+754
-776
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+754
-776
lines changed

Gopkg.lock

Lines changed: 0 additions & 298 deletions
This file was deleted.

Gopkg.toml

Lines changed: 0 additions & 74 deletions
This file was deleted.

api/types.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
package api
22

33
import (
4-
"blockbook/bchain"
5-
"blockbook/common"
6-
"blockbook/db"
74
"encoding/json"
85
"errors"
96
"math/big"
107
"sort"
118
"time"
9+
10+
"github.com/trezor/blockbook/bchain"
11+
"github.com/trezor/blockbook/common"
12+
"github.com/trezor/blockbook/db"
1213
)
1314

1415
const maxUint32 = ^uint32(0)

0 commit comments

Comments
 (0)