2012/12/13

Recent entries from same category

  1. Go 言語プログラミングエッセンスという本を書きました。
  2. errors.Join が入った。
  3. unsafe.StringData、unsafe.String、unsafe.SliceData が入った。
  4. Re: Go言語で画像ファイルか確認してみる
  5. net/url に JoinPath が入った。

Go Playground で time パッケージが有効になった。
Go Playground

The Go Playground is a web service that runs on golang.org 's servers. The serv...

https://play.golang.org
公式発表
Time - Google Groups
https://groups.google.com/d/topic/golang-nuts/JBsCrDEVyVE/discussion
\x0c というコードを fmt.Print() で出力するとクリアされ、fmt.Print()fmt.Println() を使って文字列を出力、time.Sleep を使ってアニメーション表示が出来る様になります。
こういうの出来たら、これを試さない訳にはいかない!!!
Go Playground
http://play.golang.org/p/NOycgN2i6b
goplayground
皆さんも面白いの作ってみて下さい。
Posted at by | Edit