izqui / blockchain

A basic blockchain implementation written in Go
843 stars 246 forks source link

undefined issue #4

Open jkwebster opened 8 years ago

jkwebster commented 8 years ago

Hi,what other lib should I import to resolve following issue? ../../go/src/github.com/izqui/blockchain/core/main.go:17: undefined: OpenConfiguration ../../go/src/github.com/izqui/blockchain/core/main.go:17: undefined: HOME_DIRECTORY_CONFIG ../../go/src/github.com/izqui/blockchain/core/main.go:22: undefined: WriteConfiguration ../../go/src/github.com/izqui/blockchain/core/main.go:22: undefined: HOME_DIRECTORY_CONFIG

ljbhl commented 7 years ago

I have the same error