Y
Hacker News
new
|
ask
|
show
|
jobs
by
1631-
4580 days ago
You can't rely on the order of imports initialization anyway. See
http://golang.org/ref/spec#Program_execution
.. I believe that's also the reason, you shouldn't call `flag.Parse()` in `init()`