Go to file
Jeff Carr 0d1e4a4cff add main() as required by golang
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-18 23:07:56 -06:00
Makefile just a "gui" from <STDIN> 2024-01-18 00:11:03 -06:00
README.md just a "gui" from <STDIN> 2024-01-18 00:11:03 -06:00
action.go add main() as required by golang 2024-01-18 23:07:56 -06:00
args.go paths 2024-01-18 04:08:32 -06:00
event.go really everywhere this time 2024-01-18 04:35:05 -06:00
go.mod finding these correctly 2024-01-18 16:06:00 -06:00
go.sum finding these correctly 2024-01-18 16:06:00 -06:00
main.go add main() as required by golang 2024-01-18 23:07:56 -06:00
stdin.go add main() as required by golang 2024-01-18 23:07:56 -06:00
structs.go paths 2024-01-18 04:08:32 -06:00
tree.go paths 2024-01-18 04:08:32 -06:00

README.md

nogui

Package gui implements a abstraction layer for Go visual elements.

This is a sample plugin. It's a skeleton intended to be used when making a new toolkit plugin.