Skip to content

Latest commit

 

History

History

dump

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

データのダンプ

spewが便利

import "github.com/davecgh/go-spew/spew"

spew.Dump(value)

spew.go という形でファイルを分け個別の関数にしておくと、一時的に不要になったときにコメントアウトしなくてよいので便利。

参考