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...阅读全文
Cross compile from darwin/64 to windows/*
<p>I can'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 ( ...阅读全文