2017-07-01から1ヶ月間の記事一覧

macOS Sierra 10.12 で golang/go のテストを実行するメモ

Go

このあたりに従い、ソースコードをもってくる。 $ git clone https://go.googlesource.com/go $ cd go このあたりに従い、テストを実行する。 $ cd src $ ./all.bash 失敗した。 $ ./all.bash ##### Building Go bootstrap tool. cmd/dist ERROR: Cannot fin…

basic_scaling の idle_timeout について #GAE

試したメモ。 app.yaml のドキュメントをみると、以下のように書いてある。 app.yaml#basic_scaling idle_timeout Optional. The instance will be shut down this amount of time after receiving its last request. The default is 5 minutes. 任意。 イン…