ui/eg/hello-world/README.md
2021-06-03 12:27:48 -07:00

12 lines
245 B
Markdown

# 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.