Move init() to Init() so that flag.Parse() can be called first.
authorjcgregorio <jcgregorio@google.com>
Mon, 20 Oct 2014 17:44:35 +0000 (10:44 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 20 Oct 2014 17:44:35 +0000 (10:44 -0700)
commit33e6466a4faa3a58202bf056b50fdcd9dc34cc22
treede3ef90d0e9906ee2c16388b58e17e12976d833b
parentdba3e64ab9bbeac5a8b4fed6d03665cc7a5cf514
Move init() to Init() so that flag.Parse() can be called first.

Otherwise the --log_dir flag doesn't affect where glog output goes to.

TBR=humper
BUG=skia:

Review URL: https://codereview.chromium.org/667493002
experimental/webtry/webtry.go