init_test.go 49 B

12345
  1. package metrics
  2. func init() {
  3. Enabled = true
  4. }