m_shige1979のときどきITブログ

プログラムの勉強をしながら学習したことや経験したことをぼそぼそと書いていきます

Github(変なおっさんの顔でるので気をつけてね)

https://github.com/mshige1979

2016-01-25から1日間の記事一覧

golangの学習(time)

日時に関する情報を制御する timeパッケージを使用する 参考 https://golang.org/pkg/time/#Now http://ashitani.jp/golangtips/tips_time.html http://tdoc.info/blog/2013/04/10/go_time.html 現在日時を取得する sample package main import ( "fmt" "tim…