moduleSpec represents the setting of the -vmodule flag.
| 237 | |
| 238 | // moduleSpec represents the setting of the -vmodule flag. |
| 239 | type moduleSpec struct { |
| 240 | filter []modulePat |
| 241 | } |
| 242 | |
| 243 | // modulePat contains a filter for the -vmodule flag. |
| 244 | // It holds a verbosity level and a file pattern to match. |
nothing calls this directly
no outgoing calls
no test coverage detected