diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-19 11:58:52 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-19 11:58:52 -0500 |
| commit | 3284f6c4f4a226050e3248edc968da2755417340 (patch) | |
| tree | 2219cfaf5520411585a114f4c151201a0bd0a818 | |
| parent | 4fe6ccce97a68cbb2b1e444742bb27b8e3b40bd4 (diff) | |
Updated README to package-ize.
| -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. In fact, it is presently compiled as package `main` for ease of cross-platform testing and debugging. Once major issues are dealt with and the Mac OS X build working, I will likely move to packge `ui` and move `main()` to a test. +### 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 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. |
