We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74c4c6 commit 228ba85Copy full SHA for 228ba85
glog.go
@@ -58,9 +58,10 @@
58
// -v=0
59
// Enable V-leveled logging at the specified level.
60
// -vmodule=""
61
-// The syntax of the argument is a comma-separate list of pattern=N,
+// The syntax of the argument is a comma-separated list of pattern=N,
62
// where pattern is a literal file name (minus the ".go" suffix) or
63
-// "glob" pattern and N is a V level. For instance, -vmodule=gopher*=3
+// "glob" pattern and N is a V level. For instance,
64
+// -vmodule=gopher*=3
65
// sets the V level to 3 in all Go files whose names begin "gopher".
66
//
67
package glog
0 commit comments