You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated code had imported flag but was not using it.
Not having flag.Parse() in the beginning was resulting in errors like the following when we hit a glog logged line.
ERROR: logging before flag.Parse: ...
0 commit comments