diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-25 19:10:43 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-25 19:10:43 -0500 |
| commit | a23a0f10885d79e615b2c40b794d4e4fa99401ce (patch) | |
| tree | 952a36bec96bc8b65cba05e5702581d29bce8d3d | |
| parent | a95e63003d9d80e569dc5ec0070668d79bc44d23 (diff) | |
No longer preliminary (I was going to wait until I started the OS X backend, but).
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Native UI library for Go -### THIS PACKAGE IS UNSTABLE AND PRELIMINARY. Though it installs to a package `ui`, and you can build software in it, it's far from feature-complete, and still in need of testing and crash-fixing. If you can help, please do! Run `go test -c` to build a test binary which runs a (mostly) feature-complete UI test. +### THIS PACKAGE IS UNSTABLE. Though it installs to a package `ui`, and you can build software in it, it's far from feature-complete, and still in need of testing and crash-fixing. If you can help, please do! Run `go test -c` to build a test binary which runs a (mostly) feature-complete UI test. This is a simple library for building cross-platform GUI programs in Go. It targets Windows and all Unix variants (except Mac OS X until further notice) and provides a thread-safe, channel-based API. |
