golang-exercises/gocui-practice
raul 01e9e7e2db Finally figured out how to read view contents
I think I'm finally getting the hang of Gocui, it's pretty interesting
how it separates each view into a different section for the layout
function, also went ahead and separated the keybindings into their own
function, and yes I'm stealing from the _examples folder of the official
project, it's really helpful okay?
2024-04-08 08:23:18 +02:00
..
go.mod Add gocui library practice exercise 2024-04-04 09:39:37 +02:00
go.sum Add gocui library practice exercise 2024-04-04 09:39:37 +02:00
main.go Finally figured out how to read view contents 2024-04-08 08:23:18 +02:00