Skip to content

Commit

Permalink
Fixed missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
factom-clay committed Aug 27, 2018
1 parent 3260112 commit c01f76b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Utilities/ProcessedBlockParsing/directories.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"path/filepath"

"github.com/FactomProject/factomd/state"
survey "gopkg.in/AlecAivazis/survey.v1"
)

func SelectDirectory() {
Expand Down
1 change: 1 addition & 0 deletions Utilities/ProcessedBlockParsing/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"os"

"github.com/FactomProject/factomd/state"
survey "gopkg.in/AlecAivazis/survey.v1"
)

func main() {
Expand Down
1 change: 1 addition & 0 deletions Utilities/ProcessedBlockParsing/singlefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (

"github.com/FactomProject/factomd/common/interfaces"
"github.com/FactomProject/factomd/state"
survey "gopkg.in/AlecAivazis/survey.v1"
)

func OpenBlock(block *state.WholeBlock) {
Expand Down

0 comments on commit c01f76b

Please sign in to comment.