6 lines
49 B
Go
6 lines
49 B
Go
|
package metrics
|
||
|
|
||
|
func init() {
|
||
|
Enabled = true
|
||
|
}
|