aeternity / aepp-sdk-go

Golang SDK to interact with the Æternity blockchain
ISC License
18 stars 10 forks source link

terminal.go PpI(), PrintObject(), PrintGenerationByHeight() should be refactored and testable #97

Open randomshinichi opened 5 years ago

randomshinichi commented 5 years ago

I just want the integer, not {false [1000000000]}

It would be nice if aeternity.Pp pretty prints out the fields of a struct, instead of me having to code them all out.