Skip to content

Instantly share code, notes, and snippets.

@kmagai
kmagai / file1.txt
Last active May 10, 2016 05:21
Goで値が文字列のJSONを構造体にパースする ref: http://qiita.com/kmagai/items/b0bac178e69f59557504
json: cannot unmarshal string into Go value of type float64
@kmagai
kmagai / file0.txt
Created April 25, 2016 05:19
Gitでファイルの特定行の変更履歴を追う ref: http://qiita.com/kmagai/items/51d814fa931359105f19
git log -L <start>,<end>:<file>
@kmagai
kmagai / file0.txt
Last active April 23, 2016 02:52
present?とpresenceの違い ref: http://qiita.com/kmagai/items/d23995dc769024beed61
gohan.present? ? gohan : 'ofuro'
gohan.presence || 'ofuro'
@kmagai
kmagai / file0.txt
Last active June 9, 2016 05:16
Go言語で5の倍数と5のつく数字だけヒロミゴーする ref: http://qiita.com/kmagai/items/d6091b6f7bdc721616fc
Enter integer: 250000000