@Konboi memo

主に技術に関してつらつらと。

golang でファイルを取得する

io/ioutil を使う

 file, err := ioutil.ReadFile(path)

こんな感じで引数は byte