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
glog: fix doc comment for V (golang#47)
V logs if the level is at most the -v setting.
(If it is bigger (V(2) with -v=1) then it doesn't.)
The text said "at least" instead.