Golang资料集

##Golang资料集 * [《Platform-native GUI library for Go》](https://github.com/andlabs/ui) 介绍:跨平台的golang GUI库,支持Windows(xp以上),Unix,Mac OS X(Mac OS X 10.7以上) * [《Gopm 快速入门》](http://blog.go-china.org/25-gopm-intro) 介绍:Gopm(Go 包管理工具) 是一个用于搜索、安装、更新和...阅读全文

2015-05-09 05:02:15

Go语言实现的终端天气预报

##Features * show forecast for 1 to 5 days * nice ASCII art icons * displayed info (metric or imperial units): * temperature * windspeed and direction * viewing distance * precipitation amount and probability * ssl, so the NSA has a...阅读全文

2015-05-14 09:24:27

Cross compile from darwin/64 to windows/*

<p>I can&#39;t really get it working. I wrote a small go app that just downloads a file from the web and displays the progress using the library <code>andlabs/ui</code> found on github. Here is the code:</p> <pre><code>package main import ( &#3...阅读全文

2016-06-30 07:00:10