ui/eg/hello-world/README.md

12 lines
245 B
Markdown
Raw Normal View History

2021-06-03 19:27:48 +00:00
# Hello World
![Screenshot](screenshot.png)
A simple Hello World featuring a Label and a Button. The button logs
to the console window when clicked.
## Running It
From your terminal, just type `go run main.go` from this
example's directory.