diff options
| author | Pietro Gagliardi <[email protected]> | 2014-11-25 07:45:01 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-11-25 07:45:01 -0500 |
| commit | 1e5aa3b5d1b067b0a71ad555b49e8017c9d627de (patch) | |
| tree | 0117d9ada93e0d6c0344d2280dee15f7d65610d6 /README.md | |
| parent | af7830cc5cbbd2e8ced8aa3e478f11c8afdb0d78 (diff) | |
Now require Go 1.4 due to crazy Go bugs unfixed in 1.3 stable releases. Thanks to github user @infogulch.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ This is a library that aims to provide simple GUI software development in Go. It - Mac OS X: cgo, Mac OS X 10.7 and newer - other Unixes: cgo, GTK+ 3.4 and newer -Go 1.3 is required. Note that vanilla 1.3 has a bug in Mac OS X cgo; the next release will fix it. +Go 1.4 RC1 or newer (including Go tip/master/direct from the source repository) is required. This is due to a variety of compiler and linker bugs on Windows and Mac OS X spanning the Go 1.3 release family. (this README needs some work) |
