apps/gophers: update gio version

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-09-26 18:43:21 +02:00
parent dc6fedc163
commit 90e2a119c0
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ func BenchmarkUI(b *testing.B) {
}
}
func (queue) Next(k ui.Key) (ui.Event, bool) {
return nil, false
func (queue) Events(k ui.Key) []ui.Event {
return nil
}
func (config) Now() time.Time {