mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 09:55:40 +00:00
apps/gophers: update gio version
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user