awesome-gocui / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
344 stars 39 forks source link

_examples: fix lack of error stdlib importing #84

Closed zchee closed 3 years ago

zchee commented 3 years ago

_examples: Fix lack of error stdlib importing.

Currently, _examples/*.go can't compiling. Fixed #75 (https://github.com/awesome-gocui/gocui/commit/6f7659f26d2b2fcec9d867b19630ffb3b81b0fbe) change.

dankox commented 3 years ago

Hey thanks for this.
I've fixed this in #80 too (in 6a25a5f). The _examples/widget.go is also affected, although it's not visible because it's using github.com/go-errors/errors.

So I'm not sure, if you will be fine to close this PR and just wait for the other one to get merged (I'm waiting there for review too)?

zchee commented 3 years ago

@dankox will close