diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-25 19:19:17 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-25 19:19:17 -0500 |
| commit | fda976a172127d9ee013e6b04ac41b194e412b7a (patch) | |
| tree | d8094665f2faddb812fe9972d5586705b375199f | |
| parent | 69bff124a605996dc9a9b34d61bd101eb413d1c6 (diff) | |
Rewrote the unstable warning at the top of README.md.
| -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. 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. Feel free to start using it, but mind: it's far from feature-complete, it's still in need of testing and crash-fixing, and the API can (and will) change. 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. |
